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

Function is_valid

cpp/src/arrow/compute/expression.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 // Result<PipelineGraph> GetPipelines();
106
107 bool is_valid() const { return impl_ != NULLPTR; }
108
109 /// Access a Call or return nullptr if this expression is not a call
110 const Call* call() const;

Callers 2

TESTFunction · 0.70
MakeSampleCsvBufferFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.56
MakeSampleCsvBufferFunction · 0.40