MCPcopy Create free account
hub / github.com/bytedance/bolt / isDefaultNullBehavior

Method isDefaultNullBehavior

bolt/expression/VectorFunction.h:106–108  ·  view source on GitHub ↗

Returns true if null in any argument always produces null result. In this case, "rows" in "apply" will point only to positions for which all arguments are not null.

Source from the content-addressed store, hash-verified

104 // In this case, "rows" in "apply" will point only to positions for
105 // which all arguments are not null.
106 virtual bool isDefaultNullBehavior() const {
107 return true;
108 }
109
110 /// Returns true if (1) supports evaluation on all constant inputs of size >
111 /// 1; (2) returns flat or constant result when inputs are all flat, all

Callers 6

computeMetadataMethod · 0.45
evalSimplifiedImplMethod · 0.45
throwArgumentErrorsMethod · 0.45
evalAllImplMethod · 0.45
applyFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected