Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ push_back
Method
push_back
cpp/src/arrow/util/small_vector.h:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
void clear() { storage_.clear(); }
375
376
void push_back(const T& value) {
377
storage_.bump_size(1);
378
storage_.storage_ptr()[storage_.size_ - 1].construct(value);
379
}
380
381
void push_back(T&& value) {
382
storage_.bump_size(1);
Callers
15
ggandiva_function_node_new
Function · 0.80
ggandiva_and_node_new
Function · 0.80
ggandiva_or_node_new
Function · 0.80
ggandiva_projector_new
Function · 0.80
ggandiva_selectable_projector_new
Function · 0.80
ggandiva_function_signature_new
Function · 0.80
gparquet_arrow_file_reader_read_row_group
Function · 0.80
gadataset_in_memory_fragment_new
Function · 0.80
gadataset_file_system_dataset_factory_finish
Function · 0.80
garrow_key_value_partitioning_new
Function · 0.80
gaflight_path_descriptor_new
Function · 0.80
gaflight_endpoint_new
Function · 0.80
Calls
3
bump_size
Method · 0.45
construct
Method · 0.45
storage_ptr
Method · 0.45
Tested by
15
TestOwnedRefMoves
Function · 0.64
TestOwnedRefNoGILMoves
Function · 0.64
TEST_F
Function · 0.64
TestOverflow
Function · 0.64
TestRandomInput
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
SliceToChunkedArray
Method · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
ASSERT_OK_AND_ASSIGN
Function · 0.64