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

Function field_ref

cpp/src/arrow/compute/expression.cc:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72Expression literal(Datum lit) { return Expression(std::move(lit)); }
73
74Expression field_ref(FieldRef ref) {
75 return Expression(Expression::Parameter{std::move(ref), TypeHolder{}, {-1}});
76}
77
78Expression call(std::string function, std::vector<Expression> arguments,
79 std::shared_ptr<compute::FunctionOptions> options) {

Callers 15

PartitionMethod · 0.85
ConvertKeyMethod · 0.85
FromNamesMethod · 0.85
MakeAugmentedProjectNodeFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
file_benchmark.ccFile · 0.85
MinimalEndToEndScanFunction · 0.85
TESTFunction · 0.85

Calls 1

ExpressionClass · 0.70

Tested by 15

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68
TEST_PFunction · 0.68
ProjectNestedMethod · 0.68
TestCountRowsMethod · 0.68
TestScanProjectedMethod · 0.68