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

Function physical_type

cpp/src/parquet/schema.h:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 bool Equals(const Node* other) const override;
224
225 Type::type physical_type() const { return physical_type_; }
226
227 ColumnOrder column_order() const { return column_order_; }
228

Callers 3

ToStringMethod · 0.85
sort_orderFunction · 0.85
EqualsMethod · 0.85

Calls 1

physical_typeMethod · 0.80

Tested by

no test coverage detected