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

Function Last

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

Source from the content-addressed store, hash-verified

250}
251
252Result<Datum> Last(const Datum& value, const ScalarAggregateOptions& options,
253 ExecContext* ctx) {
254 return CallFunction("last", {value}, &options, ctx);
255}
256
257Result<Datum> MinMax(const Datum& value, const ScalarAggregateOptions& options,
258 ExecContext* ctx) {

Callers 3

AssertFirstLastIsNullFunction · 0.85
TYPED_TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 3

AssertFirstLastIsNullFunction · 0.68
TYPED_TESTFunction · 0.68
TESTFunction · 0.68