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.cc:1726–1726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1724
}
1725
1726
Expression is_valid(Expression lhs) { return call(
"is_valid"
, {std::move(lhs)}); }
1727
1728
Expression and_(Expression lhs, Expression rhs) {
1729
return call(
"and_kleene"
, {std::move(lhs), std::move(rhs)});
Callers
nothing calls this directly
Calls
1
call
Function · 0.70
Tested by
no test coverage detected