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

Method DictionaryMemoTable

cpp/src/arrow/array/builder_dict.cc:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149};
150
151DictionaryMemoTable::DictionaryMemoTable(MemoryPool* pool,
152 const std::shared_ptr<DataType>& type)
153 : impl_(new DictionaryMemoTableImpl(pool, type)) {}
154
155DictionaryMemoTable::DictionaryMemoTable(MemoryPool* pool,
156 const std::shared_ptr<Array>& dictionary)

Callers

nothing calls this directly

Calls 2

typeMethod · 0.45
InsertValuesMethod · 0.45

Tested by

no test coverage detected