MCPcopy Create free account
hub / github.com/apache/arrow / is_array

Method is_array

cpp/src/arrow/compute/exec.h:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 int64_t length() const { return this->is_array() ? this->array.length : 1; }
296
297 bool is_array() const { return this->scalar == NULLPTR; }
298 bool is_scalar() const { return !this->is_array(); }
299
300 void SetArray(const ArrayData& array) {

Callers 15

lengthMethod · 0.95
is_scalarMethod · 0.95
null_countMethod · 0.95
typeMethod · 0.95
garrow_datum_is_arrayFunction · 0.80
CallTabularFunctionFunction · 0.80
TESTFunction · 0.80
chunksMethod · 0.80
NullInfoFromBatchMethod · 0.80
ExtractSegmenterValuesFunction · 0.80
ExtractValuesFunction · 0.80
RunGroupByFunction · 0.80

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.64
RunGroupByFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
CheckTakeXCCFunction · 0.64
SimpleScalarArrayCompareFunction · 0.64
SliceArraysFunction · 0.64
GetScalarsFunction · 0.64