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

Method GetNumSlots

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

Source from the content-addressed store, hash-verified

58 int64_t GetMaxSlots() const override { return max_slots_; }
59
60 int64_t GetNumSlots() const override { return num_slots_; }
61
62 void SetNumSlots(int64_t num_slots) override {
63 ARROW_DCHECK_LE(num_slots, max_slots_);

Callers 4

EvaluateMethod · 0.80
ExecuteMethod · 0.80
ComputeBitMapsForExprMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64