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

Method promotion_graph

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

Source from the content-addressed store, hash-verified

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 {
130 return conversion_type_;
131 }

Callers 3

MakeBuilderMethod · 0.80
operator()Method · 0.80
ParseOneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected