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

Method ScalarValidateImpl

cpp/src/arrow/scalar.cc:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 const bool full_validation_;
242
243 explicit ScalarValidateImpl(bool full_validation) : full_validation_(full_validation) {
244 ::arrow::util::InitializeUTF8();
245 }
246
247 Status Validate(const Scalar& scalar) {
248 if (!scalar.type) {

Callers

nothing calls this directly

Calls 1

InitializeUTF8Function · 0.85

Tested by

no test coverage detected