Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
orc
main
Orc
BinaryDirectColumn
BooleanDirectColumn
BooleanRLEBuffer
BooleanVector
Buffer
Builder
BytesBuffer
BytesVector
Codec
Codecs
None
ZLib
Column
ColumnIterator
DataStream
DoubleDirectColumn
Field
FieldVector
FloatBuffer
FloatReader
FloatVector
IntDirectColumn
IntegerRLEBuffer
IntVector
LengthStream
PresentStream
Proto
BinaryStatistics
BloomFilter
BloomFilterIndex
BucketStatistics
CalendarKind
CollectionStatistics
ColumnarStripeStatistics
ColumnEncoding
Kind
ColumnStatistics
CompressionKind
DataMask
DateStatistics
DecimalStatistics
DoubleStatistics
Encryption
EncryptionAlgorithm
EncryptionKey
EncryptionVariant
FileStatistics
FileTail
Footer
IntegerStatistics
KeyProviderKind
Metadata
PostScript
RowIndex
RowIndexEntry
Stream
Kind
StringPair
StringStatistics
StripeEncryptionVariant
StripeFooter
StripeInformation
StripeStatistics
TimestampStatistics
Type
Kind
UserMetadataItem
Reader
Readers
Base
BooleanReader
ByteReader
DoubleReader
FloatReader
IntegerReader
StringReader
RunLengthBooleanReader
RunLengthBooleanWriter
RunLengthByteReader
RunLengthByteWriter
RunLengthIntegerReader
RunLengthIntegerReaderV2
EncodingType
RunLengthIntegerWriter
Schema
SecondaryStream
Stream
StreamIterator
StringBuffer
StringDictionaryReader
StringDictionaryWriter
StringDirectColumn
StringDirectReader
StringDirectWriter
StringVector
Stripe
StripeIterator
StructDirectColumn
StructVector
TimestampDirectColumn
WriteBatch
Writer
Writers
Base
BooleanWriter
ByteWriter
DoubleWriter
FloatWriter
IntegerWriter
StringWriter
Generated using Crystal 1.14.0
2024-12-06 07:33:24 UTC
struct
Orc::
BooleanVector
Orc::BooleanVector
Orc::FieldVector
Struct
Value
Object
Defined in:
orc/vector.cr
Constructors
.new
(capacity : Int32)
Instance Method Summary
#nulls
: Array(Bool)
#values
: Array(Bool | Nil)
Instance methods inherited from struct
Orc::FieldVector
initialize
initialize
Constructor methods inherited from struct
Orc::FieldVector
new
new
Class methods inherited from struct
Orc::FieldVector
for_field(field : Field, capacity : Int32)
for_field
Constructor Detail
def self.
new
(capacity : Int32)
#
[
View source
]
Instance Method Detail
def
nulls
: Array(Bool)
#
[
View source
]
def
values
: Array(Bool | Nil)
#
[
View source
]