Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.70
MakeSampleCsvBuffer
Function · 0.50
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.56
MakeSampleCsvBuffer
Function · 0.40