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

Method IndexOptions

cpp/src/arrow/compute/api_aggregate.cc:206–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204PivotWiderOptions::PivotWiderOptions() : FunctionOptions(internal::kPivotOptionsType) {}
205
206IndexOptions::IndexOptions(std::shared_ptr<Scalar> value)
207 : FunctionOptions(internal::kIndexOptionsType), value{std::move(value)} {}
208IndexOptions::IndexOptions() : IndexOptions(std::make_shared<NullScalar>()) {}
209constexpr char IndexOptions::kTypeName[];
210

Callers 1

Calls

no outgoing calls

Tested by 1