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

Method SpecificNull

cpp/src/arrow/scalar_test.cc:1914–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1912 }
1913
1914 std::shared_ptr<Scalar> SpecificNull(int field_index) {
1915 return MakeSpecificNullScalar(*union_type_, field_index);
1916 }
1917
1918 void TestValidate() {
1919 ASSERT_OK(union_alpha_->ValidateFull());

Callers

nothing calls this directly

Calls 1

MakeSpecificNullScalarFunction · 0.85

Tested by

no test coverage detected