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

Function MakeNullScalar

cpp/src/arrow/scalar.cc:996–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994} // namespace
995
996std::shared_ptr<Scalar> MakeNullScalar(std::shared_ptr<DataType> type) {
997 return MakeNullImpl{std::move(type), nullptr}.Finish();
998}
999
1000std::string Scalar::ToString() const {
1001 if (!this->is_valid) {

Callers 15

TestSessionFunction · 0.85
TEST_FFunction · 0.85
fieldMethod · 0.85
RunEndEncodedScalarMethod · 0.85
DictionaryScalarMethod · 0.85
GetEncodedValueMethod · 0.85
FromValueMethod · 0.85
VisitMethod · 0.85
CastToMethod · 0.85
TESTFunction · 0.85
CheckMakeNullScalarFunction · 0.85

Calls 1

FinishMethod · 0.45

Tested by 15

TestSessionFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
CheckMakeNullScalarFunction · 0.68
TESTFunction · 0.68
TestValidateErrorsMethod · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68
CheckGetNullUnionScalarFunction · 0.68
MakeUnionScalarFunction · 0.68
MakeSpecificNullScalarFunction · 0.68
TestMakeNullScalarMethod · 0.68
TestValidateErrorsMethod · 0.68