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

Function ReadJSONBlockWithSchemaMultiThread

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

Source from the content-addressed store, hash-verified

186}
187
188static void ReadJSONBlockWithSchemaMultiThread(
189 benchmark::State& state) { // NOLINT non-const reference
190 BenchmarkReadJSONBlockWithSchema(state, true);
191}
192
193static void ParseJSONFields(benchmark::State& state) { // NOLINT non-const reference
194 const bool ordered = !!state.range(0);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected