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

Method pool

cpp/src/arrow/json/reader.cc:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 [[nodiscard]] MemoryPool* pool() const { return pool_; }
127 [[nodiscard]] const ParseOptions& parse_options() const { return parse_options_; }
128 [[nodiscard]] const PromotionGraph* promotion_graph() const { return promotion_graph_; }
129 [[nodiscard]] const std::shared_ptr<DataType>& conversion_type() const {

Callers 4

MakeBuilderMethod · 0.45
operator()Method · 0.45
MakeAsyncMethod · 0.45
ParseOneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected