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

Method Parse

cpp/src/arrow/scalar.cc:1065–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063};
1064
1065Result<std::shared_ptr<Scalar>> Scalar::Parse(const std::shared_ptr<DataType>& type,
1066 std::string_view s) {
1067 return ScalarParseImpl{type, s}.Finish();
1068}
1069
1070namespace internal {
1071Status CheckBufferLength(const FixedSizeBinaryType* t, const std::shared_ptr<Buffer>* b) {

Callers 1

DoRowConversionFunction · 0.45

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected