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

Method Evaluate

cpp/src/gandiva/projector.cc:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117Status Projector::Evaluate(const arrow::RecordBatch& batch,
118 const ArrayDataVector& output_data_vecs) const {
119 return Evaluate(batch, nullptr, output_data_vecs);
120}
121
122Status Projector::Evaluate(const arrow::RecordBatch& batch,
123 const SelectionVector* selection_vector,

Callers

nothing calls this directly

Calls 12

strMethod · 0.80
GetNumSlotsMethod · 0.80
push_backMethod · 0.80
InvalidFunction · 0.50
MakeArrayFunction · 0.50
OKFunction · 0.50
sizeMethod · 0.45
nameMethod · 0.45
num_rowsMethod · 0.45
ExecuteMethod · 0.45
typeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected