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

Function ToTable

cpp/src/arrow/type_benchmark.cc:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471static std::shared_ptr<Table> ToTable(const std::shared_ptr<Array>& array,
472 double chunk_proportion = 1.0) {
473 return *Table::FromChunkedStructArray(ToChunked(array, chunk_proportion));
474}
475
476template <typename T>
477static void BenchmarkFieldPathGet(benchmark::State& state, // NOLINT non-const reference

Callers 2

ToTableMethod · 0.85

Calls 1

ToChunkedFunction · 0.85

Tested by

no test coverage detected