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

Method Enum

cpp/src/parquet/types.cc:631–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629std::shared_ptr<const LogicalType> LogicalType::List() { return ListLogicalType::Make(); }
630
631std::shared_ptr<const LogicalType> LogicalType::Enum() { return EnumLogicalType::Make(); }
632
633std::shared_ptr<const LogicalType> LogicalType::Decimal(int32_t precision,
634 int32_t scale) {

Callers

nothing calls this directly

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected