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

Method Execute

cpp/src/gandiva/llvm_generator.cc:122–125  ·  view source on GitHub ↗

Execute the compiled module against the provided vectors.

Source from the content-addressed store, hash-verified

120
121/// Execute the compiled module against the provided vectors.
122Status LLVMGenerator::Execute(const arrow::RecordBatch& record_batch,
123 const ArrayDataVector& output_vector) const {
124 return Execute(record_batch, nullptr, output_vector);
125}
126
127/// Execute the compiled module against the provided vectors based on the type of
128/// selection vector.

Callers 2

EvaluateMethod · 0.45
EvaluateMethod · 0.45

Calls 15

ExecutionErrorFunction · 0.85
PrepareEvalBatchMethod · 0.80
GetNumBuffersMethod · 0.80
GetModeMethod · 0.80
GetNumSlotsMethod · 0.80
GetJITFunctionMethod · 0.80
GetBufferArrayMethod · 0.80
GetBufferOffsetArrayMethod · 0.80
GetExecutionContextMethod · 0.80
has_errorMethod · 0.80
get_errorMethod · 0.80
ExecuteFunction · 0.50

Tested by

no test coverage detected