module Orc
Overview
TODO Write documentation for Orc
Defined in:
orc.crorc/batch.cr
orc/buffer.cr
orc/buffers/boolean_rle_buffer.cr
orc/buffers/bytes_buffer.cr
orc/buffers/float_buffer.cr
orc/buffers/integer_rle_buffer.cr
orc/buffers/string_buffer.cr
orc/builder.cr
orc/codec.cr
orc/codecs/none.cr
orc/codecs/zlib.cr
orc/column.cr
orc/column_iterator.cr
orc/columns/binary_direct_column.cr
orc/columns/boolean_direct_column.cr
orc/columns/double_direct_column.cr
orc/columns/int_direct_column.cr
orc/columns/string_direct_column.cr
orc/columns/struct_direct_column.cr
orc/columns/timestamp_direct_column.cr
orc/definition/orc.pb.cr
orc/float_reader.cr
orc/reader.cr
orc/readers/base.cr
orc/readers/boolean_reader.cr
orc/readers/byte_reader.cr
orc/readers/double_reader.cr
orc/readers/float_reader.cr
orc/readers/integer_reader.cr
orc/readers/string_reader.cr
orc/run_length_boolean_reader.cr
orc/run_length_boolean_writer.cr
orc/run_length_byte_reader.cr
orc/run_length_byte_writer.cr
orc/run_length_integer_reader.cr
orc/run_length_integer_reader_v2.cr
orc/run_length_integer_writer.cr
orc/schema.cr
orc/stream.cr
orc/stream_iterator.cr
orc/streams/data_stream.cr
orc/streams/length_stream.cr
orc/streams/present_stream.cr
orc/streams/secondary_stream.cr
orc/string_dictionary_reader.cr
orc/string_dictionary_writer.cr
orc/string_direct_reader.cr
orc/string_direct_writer.cr
orc/stripe.cr
orc/stripe_iterator.cr
orc/vector.cr
orc/write_batch.cr
orc/writer.cr
orc/writers/base.cr
orc/writers/boolean_writer.cr
orc/writers/byte_writer.cr
orc/writers/double_writer.cr
orc/writers/float_writer.cr
orc/writers/integer_writer.cr
orc/writers/string_writer.cr
Constant Summary
-
VERSION =
"0.1.0"