class Orc::LengthStream
- Orc::LengthStream
- Orc::Stream
- Reference
- Object
Defined in:
orc/streams/length_stream.crConstructors
Instance Method Summary
- #append(value)
- #buffer : IntegerRLEBuffer
- #bytesize
- #column : UInt32
- #flush
- #kind
- #to_io(io)
- #values
Instance methods inherited from class Orc::Stream
buffer
buffer,
bytesize
bytesize,
column
column,
flush
flush,
to_io(io)
to_io
Constructor Detail
def self.new(column : UInt32, buffer : IntegerRLEBuffer = IntegerRLEBuffer.new(IO::Memory.new, false))
#