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

Function TestFields

cpp/src/arrow/json/parser_benchmark.cc:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84FieldVector TestFields() { return {field("int", int32()), field("str", utf8())}; }
85
86static void BenchmarkJSONChunking(benchmark::State& state, // NOLINT non-const reference
87 const std::shared_ptr<Buffer>& json,

Callers 4

ChunkJSONPrettyPrintedFunction · 0.85
ChunkJSONLineDelimitedFunction · 0.85
ParseJSONBlockWithSchemaFunction · 0.85

Calls 1

fieldFunction · 0.50

Tested by

no test coverage detected