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

Function Int64Schema

cpp/src/parquet/column_io_benchmark.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::shared_ptr<ColumnDescriptor> Int64Schema(Repetition::type repetition) {
52 auto node = PrimitiveNode::Make("int64", repetition, Type::INT64);
53 return std::make_shared<ColumnDescriptor>(node, repetition != Repetition::REQUIRED,
54 repetition == Repetition::REPEATED);
55}
56
57void SetBytesProcessed(::benchmark::State& state, Repetition::type repetition) {
58 int64_t num_values = state.iterations() * state.range(0);

Callers 2

BM_WriteInt64ColumnFunction · 0.70
BM_ReadInt64ColumnFunction · 0.70

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected