MCPcopy 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

EqualsMethod · 0.85
hashMethod · 0.85
operator==Function · 0.85
operator!=Function · 0.85
EqualsFunction · 0.85
EqualsMethod · 0.85
CanCompareIndicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected