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

Method GetExecutionContext

cpp/src/gandiva/eval_batch.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 uint8_t** GetLocalBitMapArray() { return local_bitmaps_holder_->GetLocalBitMapArray(); }
95
96 const ExecutionContext* GetExecutionContext() const { return execution_context_.get(); }
97
98 private:
99 /// number of records in the current batch.

Callers 1

ExecuteMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected