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

Method GetIndex

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

Source from the content-addressed store, hash-verified

48 }
49
50 uint64_t GetIndex(int64_t index) const override { return raw_data_[index]; }
51
52 void SetIndex(int64_t index, uint64_t value) override {
53 raw_data_[index] = static_cast<C_TYPE>(value);

Callers 2

ComputeBitMapsForExprMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64