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

Function ReadJSONBlockWithSchemaSingleThread

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

Source from the content-addressed store, hash-verified

181}
182
183static void ReadJSONBlockWithSchemaSingleThread(
184 benchmark::State& state) { // NOLINT non-const reference
185 BenchmarkReadJSONBlockWithSchema(state, false);
186}
187
188static void ReadJSONBlockWithSchemaMultiThread(
189 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected