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

Method GetMaxSlots

cpp/src/gandiva/selection_vector_impl.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 ArrayPtr ToArray() const override;
57
58 int64_t GetMaxSlots() const override { return max_slots_; }
59
60 int64_t GetNumSlots() const override { return num_slots_; }
61

Callers 3

EvaluateMethod · 0.80
TEST_FFunction · 0.80
EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
EvaluateMethod · 0.64