Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetIndex
Method
SetIndex
cpp/src/gandiva/selection_vector_impl.h:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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);
54
}
55
56
ArrayPtr ToArray() const override;
57
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64