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

Method CumulativeOptions

cpp/src/arrow/compute/api_vector.cc:220–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218constexpr char SelectKOptions::kTypeName[];
219
220CumulativeOptions::CumulativeOptions(bool skip_nulls)
221 : FunctionOptions(internal::kCumulativeOptionsType), skip_nulls(skip_nulls) {}
222CumulativeOptions::CumulativeOptions(double start, bool skip_nulls)
223 : CumulativeOptions(std::make_shared<DoubleScalar>(start), skip_nulls) {}
224CumulativeOptions::CumulativeOptions(std::shared_ptr<Scalar> start, bool skip_nulls)

Callers 1

Calls

no outgoing calls

Tested by 1