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

Method num_records

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

Source from the content-addressed store, hash-verified

43 }
44
45 int64_t num_records() const { return num_records_; }
46
47 const uint8_t* const* GetBufferArray() const { return buffers_array_.get(); }
48 uint8_t** GetBufferArray() { return buffers_array_.get(); }

Callers 2

ComputeBitMapsForExprMethod · 0.80
ComputeResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected