Home
last modified time | relevance | path

Searched refs:TableFromVector (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dreader_writer_benchmark.cc119 std::shared_ptr<::arrow::Table> TableFromVector( in TableFromVector() function
144 std::shared_ptr<::arrow::Table> TableFromVector<BooleanType>(const std::vector<bool>& vec, in TableFromVector() function
168 std::shared_ptr<::arrow::Table> table = TableFromVector<ParquetType>(values, nullable); in BM_WriteColumn()
208 TableFromVector<ParquetType>(values, nullable, state.range(0)); in BM_ReadColumn()
285 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadIndividualRowGroups()
320 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadMultipleRowGroups()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dreader_writer_benchmark.cc129 std::shared_ptr<::arrow::Table> TableFromVector( in TableFromVector() function
154 std::shared_ptr<::arrow::Table> TableFromVector<BooleanType>(const std::vector<bool>& vec, in TableFromVector() function
178 std::shared_ptr<::arrow::Table> table = TableFromVector<ParquetType>(values, nullable); in BM_WriteColumn()
259 TableFromVector<ParquetType>(values, nullable, state.range(0)); in BM_ReadColumn()
498 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadIndividualRowGroups()
533 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadMultipleRowGroups()
557 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadMultipleRowGroupsGenerator()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dreader_writer_benchmark.cc127 std::shared_ptr<::arrow::Table> TableFromVector( in TableFromVector() function
152 std::shared_ptr<::arrow::Table> TableFromVector<BooleanType>(const std::vector<bool>& vec, in TableFromVector() function
176 std::shared_ptr<::arrow::Table> table = TableFromVector<ParquetType>(values, nullable); in BM_WriteColumn()
257 TableFromVector<ParquetType>(values, nullable, state.range(0)); in BM_ReadColumn()
496 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadIndividualRowGroups()
531 std::shared_ptr<::arrow::Table> table = TableFromVector<Int64Type>(values, true); in BM_ReadMultipleRowGroups()