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

Function Parse

cpp/src/arrow/csv/parser_test.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141Status Parse(BlockParser& parser, const std::string& str, uint32_t* out_size) {
142 return parser.Parse(std::string_view(str), out_size);
143}
144
145Status ParseFinal(BlockParser& parser, const std::string& str, uint32_t* out_size) {
146 return parser.ParseFinal(std::string_view(str), out_size);

Callers 15

AssertParseOkFunction · 0.70
AssertParsePartialFunction · 0.70
TESTFunction · 0.70
gaflight_location_newFunction · 0.50
garrow_scalar_parseFunction · 0.50
TESTFunction · 0.50
TYPED_TESTFunction · 0.50
ARROW_ASSIGN_OR_RAISEFunction · 0.50
types.ccFile · 0.50
ForGrpcTcpMethod · 0.50
ForGrpcTlsMethod · 0.50
ForGrpcUnixMethod · 0.50

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected