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

Function Round

cpp/src/arrow/compute/api_scalar.cc:778–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776SCALAR_EAGER_UNARY(Tanh, "tanh")
777
778Result<Datum> Round(const Datum& arg, RoundOptions options, ExecContext* ctx) {
779 return CallFunction("round", {arg}, &options, ctx);
780}
781
782Result<Datum> RoundBinary(const Datum& arg1, const Datum& arg2,
783 RoundBinaryOptions options, ExecContext* ctx) {

Callers 3

ProcessFullStripesMethod · 0.70
ProcessLastStripeMethod · 0.70
CombineAccumulatorsMethod · 0.70

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected