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

Method IsValid

cpp/src/arrow/acero/exec_plan.cc:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609bool Declaration::IsValid(ExecFactoryRegistry* registry) const {
610 return !this->factory_name.empty() && this->options != nullptr;
611}
612
613namespace {
614

Callers 15

TESTFunction · 0.45
WriteDataValuesMethod · 0.45
FromProtoFunction · 0.45
VisitDictionaryEntriesFunction · 0.45
AppendArraySliceImplMethod · 0.45
AppendScalarImplMethod · 0.45
VisitMethod · 0.45
TEST_FFunction · 0.45
array_test.ccFile · 0.45
TYPED_TESTFunction · 0.45
CleanListOffsetsFunction · 0.45
ListViewArrayFromArraysFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 13

TESTFunction · 0.36
TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
CheckRoundTripFunction · 0.36
CheckGetTakeIndicesCaseFunction · 0.36
NullBitmapFromArraysFunction · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TestCaseWhenRandomFunction · 0.36
NaiveImplMethod · 0.36
TESTFunction · 0.36