Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
996
std::shared_ptr<Scalar> MakeNullScalar(std::shared_ptr<DataType> type) {
997
return MakeNullImpl{std::move(type), nullptr}.Finish();
998
}
999
1000
std::string Scalar::ToString() const {
1001
if (!this->is_valid) {
Callers
15
garrow_sparse_union_scalar_new
Function · 0.85
TestSession
Function · 0.85
TEST_F
Function · 0.85
field
Method · 0.85
RunEndEncodedScalar
Method · 0.85
DictionaryScalar
Method · 0.85
GetEncodedValue
Method · 0.85
FromValue
Method · 0.85
Visit
Method · 0.85
CastTo
Method · 0.85
TEST
Function · 0.85
CheckMakeNullScalar
Function · 0.85
Calls
1
Finish
Method · 0.45
Tested by
15
TestSession
Function · 0.68
TEST_F
Function · 0.68
TEST
Function · 0.68
CheckMakeNullScalar
Function · 0.68
TEST
Function · 0.68
TestValidateErrors
Method · 0.68
ASSERT_OK_AND_ASSIGN
Function · 0.68
CheckGetNullUnionScalar
Function · 0.68
MakeUnionScalar
Function · 0.68
MakeSpecificNullScalar
Function · 0.68
TestMakeNullScalar
Method · 0.68
TestValidateErrors
Method · 0.68