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

Function IsNull

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

Source from the content-addressed store, hash-verified

872}
873
874Result<Datum> IsNull(const Datum& arg, NullOptions options, ExecContext* ctx) {
875 return CallFunction("is_null", {arg}, &options, ctx);
876}
877
878// ----------------------------------------------------------------------
879// Temporal functions

Callers 2

SimplifyIsInMethod · 0.70
IsNullMethod · 0.50

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected