Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Evaluate
Method · 0.80
Execute
Method · 0.80
ComputeBitMapsForExpr
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64