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

Function First

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

Source from the content-addressed store, hash-verified

245}
246
247Result<Datum> First(const Datum& value, const ScalarAggregateOptions& options,
248 ExecContext* ctx) {
249 return CallFunction("first", {value}, &options, ctx);
250}
251
252Result<Datum> Last(const Datum& value, const ScalarAggregateOptions& options,
253 ExecContext* ctx) {

Callers 2

TYPED_TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 2

TYPED_TESTFunction · 0.68
TESTFunction · 0.68