struct Orc::Proto::RowIndexEntry
- Orc::Proto::RowIndexEntry
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
orc/definition/orc.pb.crConstant Summary
-
FIELDS =
{1 => {name: :positions, pb_type: :uint64, crystal_type: UInt64, cast_type: Array(UInt64)?, native: true, optional: true, repeated: true, default: nil, packed: true}, 2 => {name: :statistics, pb_type: ColumnStatistics, crystal_type: ColumnStatistics, cast_type: ColumnStatistics?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(positions : Array(UInt64) | Nil = nil, statistics : ColumnStatistics | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #positions : Array(UInt64) | Nil
- #positions=(positions : Array(UInt64) | Nil)
- #statistics : ColumnStatistics | Nil
- #statistics=(statistics : ColumnStatistics | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf