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

Function IsNull

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

Source from the content-addressed store, hash-verified

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

Callers 2

SimplifyIsInMethod · 0.70
IsNullMethod · 0.50

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected