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

Method ValidateFull

cpp/src/arrow/scalar.cc:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581Status Scalar::ValidateFull() const {
582 return ScalarValidateImpl(/*full_validation=*/true).Validate(*this);
583}
584
585BaseBinaryScalar::BaseBinaryScalar(std::string s, std::shared_ptr<DataType> type)
586 : BaseBinaryScalar(Buffer::FromString(std::move(s)), std::move(type)) {}

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
table_test.ccFile · 0.45
VisitMethod · 0.45
MakeMethod · 0.45
AssertOutputsEqualMethod · 0.45
TEST_FFunction · 0.45
CheckMakeNullScalarFunction · 0.45
AssertMakeScalarFunction · 0.45

Calls 2

ScalarValidateImplClass · 0.85
ValidateMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
MakeMethod · 0.36
AssertOutputsEqualMethod · 0.36
TEST_FFunction · 0.36
CheckMakeNullScalarFunction · 0.36
AssertMakeScalarFunction · 0.36
AssertParseScalarFunction · 0.36
AssertValidationFailsFunction · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TestBasicsMethod · 0.36