Home
last modified time | relevance | path

Searched refs:TypedBufferBuilder (Results 1 – 25 of 59) sorted by relevance

123

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dbuffer_builder.h204 class TypedBufferBuilder; variable
208 class TypedBufferBuilder<
212 explicit TypedBufferBuilder(MemoryPool* pool = default_memory_pool())
215 explicit TypedBufferBuilder(std::shared_ptr<ResizableBuffer> buffer,
219 explicit TypedBufferBuilder(BufferBuilder builder) in TypedBufferBuilder() function
307 class TypedBufferBuilder<bool> {
309 explicit TypedBufferBuilder(MemoryPool* pool = default_memory_pool())
312 explicit TypedBufferBuilder(BufferBuilder builder) in TypedBufferBuilder() function
H A Dbuffer_test.cc737 TypedBufferBuilder<TypeParam> builder; in TYPED_TEST()
764 TypedBufferBuilder<TypeParam> builder; in TYPED_TEST()
780 TypedBufferBuilder<bool> builder; in TEST()
809 TypedBufferBuilder<bool> builder; in TEST()
829 TypedBufferBuilder<bool> builder; in TEST()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dbuffer_builder.h190 class TypedBufferBuilder; variable
194 class TypedBufferBuilder<
198 explicit TypedBufferBuilder(MemoryPool* pool = default_memory_pool())
201 explicit TypedBufferBuilder(std::shared_ptr<ResizableBuffer> buffer,
272 class TypedBufferBuilder<bool> {
274 explicit TypedBufferBuilder(MemoryPool* pool = default_memory_pool())
H A Dbuffer_test.cc678 TypedBufferBuilder<TypeParam> builder; in TYPED_TEST()
705 TypedBufferBuilder<TypeParam> builder; in TYPED_TEST()
721 TypedBufferBuilder<bool> builder; in TEST()
750 TypedBufferBuilder<bool> builder; in TEST()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dbuffer_builder.h189 class TypedBufferBuilder; variable
193 class TypedBufferBuilder<
197 explicit TypedBufferBuilder(MemoryPool* pool = default_memory_pool())
200 explicit TypedBufferBuilder(std::shared_ptr<ResizableBuffer> buffer,
271 class TypedBufferBuilder<bool> {
273 explicit TypedBufferBuilder(MemoryPool* pool = default_memory_pool())
H A Dbuffer_test.cc643 TypedBufferBuilder<TypeParam> builder; in TYPED_TEST()
670 TypedBufferBuilder<TypeParam> builder; in TYPED_TEST()
686 TypedBufferBuilder<bool> builder; in TEST()
715 TypedBufferBuilder<bool> builder; in TEST()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dvector_selection_internal.h313 null_bitmap_builder_.reset(new TypedBufferBuilder<bool>(pool)); in SetContext()
314 offset_builder_.reset(new TypedBufferBuilder<offset_type>(pool)); in SetContext()
359 std::unique_ptr<TypedBufferBuilder<bool>> null_bitmap_builder_;
360 std::unique_ptr<TypedBufferBuilder<offset_type>> offset_builder_;
392 null_bitmap_builder_.reset(new TypedBufferBuilder<bool>(pool)); in SetContext()
430 std::unique_ptr<TypedBufferBuilder<bool>> null_bitmap_builder_;
492 std::unique_ptr<TypedBufferBuilder<bool>> null_bitmap_builder_;
526 null_bitmap_builder_.reset(new TypedBufferBuilder<bool>(pool_)); in SetContext()
663 std::unique_ptr<TypedBufferBuilder<bool>> null_bitmap_builder_;
664 std::unique_ptr<TypedBufferBuilder<int8_t>> type_code_builder_;
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dhash_aggregate.cc834 TypedBufferBuilder<CType> reduced_;
835 TypedBufferBuilder<int64_t> counts_;
836 TypedBufferBuilder<bool> no_nulls_;
1095 m2s_ = TypedBufferBuilder<double>(pool_); in Init()
1325 TypedBufferBuilder<int64_t> counts_;
1326 TypedBufferBuilder<double> means_, m2s_;
1327 TypedBufferBuilder<bool> no_nulls_;
1474 TypedBufferBuilder<int64_t> counts_;
1475 TypedBufferBuilder<bool> no_nulls_;
1674 TypedBufferBuilder<CType> mins_, maxes_;
[all …]
H A Dvector_selection.cc164 TypedBufferBuilder<T> builder(memory_pool); in GetTakeIndicesImpl()
846 TypedBufferBuilder<offset_type> offset_builder(ctx->memory_pool()); \
847 TypedBufferBuilder<uint8_t> data_builder(ctx->memory_pool()); \
1243 TypedBufferBuilder<bool> validity_builder;
1502 TypedBufferBuilder<offset_type> offset_builder;
1503 TypedBufferBuilder<uint8_t> data_builder;
1580 TypedBufferBuilder<uint8_t> data_builder;
1615 TypedBufferBuilder<offset_type> offset_builder;
1676 TypedBufferBuilder<int32_t> value_offset_buffer_builder_;
1677 TypedBufferBuilder<int8_t> child_id_buffer_builder_;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/array/
H A Dbuilder_union.h75 TypedBufferBuilder<int8_t> types_builder_;
134 TypedBufferBuilder<int32_t> offsets_builder_;
H A Dbuilder_base.h210 TypedBufferBuilder<bool> null_bitmap_builder_;
H A Dbuilder_primitive.h253 TypedBufferBuilder<value_type> data_builder_;
437 TypedBufferBuilder<bool> data_builder_;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/array/
H A Dbuilder_union.h79 TypedBufferBuilder<int8_t> types_builder_;
161 TypedBufferBuilder<int32_t> offsets_builder_;
H A Dbuilder_base.h236 TypedBufferBuilder<bool> null_bitmap_builder_;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/array/
H A Dbuilder_union.h80 TypedBufferBuilder<int8_t> types_builder_;
165 TypedBufferBuilder<int32_t> offsets_builder_;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/tensor/
H A Dcsf_converter.cc90 std::vector<TypedBufferBuilder<c_index_value_type>> indptr_buffer_builders(ndim - 1); in Convert()
91 std::vector<TypedBufferBuilder<c_index_value_type>> indices_buffer_builders(ndim); in Convert()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/json/
H A Dparser.cc197 TypedBufferBuilder<bool> data_builder_;
198 TypedBufferBuilder<bool> null_bitmap_builder_;
248 TypedBufferBuilder<int32_t> data_builder_;
249 TypedBufferBuilder<bool> null_bitmap_builder_;
312 TypedBufferBuilder<int32_t> offset_builder_;
313 TypedBufferBuilder<bool> null_bitmap_builder_;
389 TypedBufferBuilder<bool> null_bitmap_builder_;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/json/
H A Dparser.cc201 TypedBufferBuilder<bool> data_builder_;
202 TypedBufferBuilder<bool> null_bitmap_builder_;
252 TypedBufferBuilder<int32_t> data_builder_;
253 TypedBufferBuilder<bool> null_bitmap_builder_;
316 TypedBufferBuilder<int32_t> offset_builder_;
317 TypedBufferBuilder<bool> null_bitmap_builder_;
393 TypedBufferBuilder<bool> null_bitmap_builder_;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/json/
H A Dparser.cc196 TypedBufferBuilder<bool> data_builder_;
197 TypedBufferBuilder<bool> null_bitmap_builder_;
247 TypedBufferBuilder<int32_t> data_builder_;
248 TypedBufferBuilder<bool> null_bitmap_builder_;
311 TypedBufferBuilder<int32_t> offset_builder_;
312 TypedBufferBuilder<bool> null_bitmap_builder_;
388 TypedBufferBuilder<bool> null_bitmap_builder_;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/docs/source/cpp/api/
H A Dmemory.rst111 .. doxygenclass:: arrow::TypedBufferBuilder
/dports/databases/arrow/apache-arrow-6.0.1/docs/source/cpp/api/
H A Dmemory.rst111 .. doxygenclass:: arrow::TypedBufferBuilder
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/docs/source/cpp/api/
H A Dmemory.rst111 .. doxygenclass:: arrow::TypedBufferBuilder
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dpath_internal.cc118 using ::arrow::TypedBufferBuilder;
214 TypedBufferBuilder<int16_t> rep_levels;
215 TypedBufferBuilder<int16_t> def_levels;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dpath_internal.cc118 using ::arrow::TypedBufferBuilder;
214 TypedBufferBuilder<int16_t> rep_levels;
215 TypedBufferBuilder<int16_t> def_levels;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dpath_internal.cc117 using ::arrow::TypedBufferBuilder;
214 TypedBufferBuilder<int16_t> rep_levels;
215 TypedBufferBuilder<int16_t> def_levels;

123