struct

Orc::Proto::RowIndexEntry

Inherits Protobuf::Message < Struct < Value < Object

Constants

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 methods

from_protobuf(io)

Instance methods

[](key : String)
positions
positions=(positions : Array(UInt64) | Nil)
statistics
statistics=(statistics : ColumnStatistics | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf