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

Method length

cpp/src/arrow/compute/exec.cc:1355–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353SelectionVector::SelectionVector(const Array& arr) : SelectionVector(arr.data()) {}
1354
1355int32_t SelectionVector::length() const { return static_cast<int32_t>(data_->length); }
1356
1357Result<std::shared_ptr<SelectionVector>> SelectionVector::FromMask(
1358 const BooleanArray& arr) {

Callers 15

StatusToErrorStringFunction · 0.45
VisitArrayMethod · 0.45
WriteDataValuesMethod · 0.45
WriteBinaryViewFieldMethod · 0.45
WriteValidityFieldMethod · 0.45
VisitMethod · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
WriteRecordBatchFunction · 0.45
nameMethod · 0.45
ToOtelFunction · 0.45
ApplyGroupingsFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
VisitMethod · 0.36
ToScalarsMethod · 0.36
TEST_FFunction · 0.36
EXPECT_OK_AND_ASSIGNFunction · 0.36
TestBufferReaderLifetimeFunction · 0.36
FlattenSparseUnionArrayFunction · 0.36
TestUnionConversionFunction · 0.36