Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ indices
Function
indices
cpp/src/arrow/compute/exec.h:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
static Result<std::shared_ptr<SelectionVector>> FromMask(const BooleanArray& arr);
145
146
const int32_t* indices() const { return indices_; }
147
int32_t length() const;
148
149
private:
Callers
7
Equals
Method · 0.85
hash
Method · 0.85
operator==
Function · 0.85
operator!=
Function · 0.85
Equals
Function · 0.85
Equals
Method · 0.85
CanCompareIndices
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected