enum

Orc::Proto::Stream::Kind

Inherits Enum < Comparable < Value < Object

Constants

PRESENT = 0
DATA = 1
LENGTH = 2
DICTIONARYDATA = 3
DICTIONARYCOUNT = 4
SECONDARY = 5
ROWINDEX = 6
BLOOMFILTER = 7
BLOOMFILTERUTF8 = 8
ENCRYPTEDINDEX = 9
ENCRYPTEDDATA = 10
STRIPESTATISTICS = 100
FILESTATISTICS = 101

Instance methods

bloomfilter?

Returns true if this enum value equals BLOOMFILTER

Source
bloomfilterutf8?

Returns true if this enum value equals BLOOMFILTERUTF8

Source
data?

Returns true if this enum value equals DATA

Source
dictionarycount?

Returns true if this enum value equals DICTIONARYCOUNT

Source
dictionarydata?

Returns true if this enum value equals DICTIONARYDATA

Source
encrypteddata?

Returns true if this enum value equals ENCRYPTEDDATA

Source
encryptedindex?

Returns true if this enum value equals ENCRYPTEDINDEX

Source
filestatistics?

Returns true if this enum value equals FILESTATISTICS

Source
length?

Returns true if this enum value equals LENGTH

Source
present?

Returns true if this enum value equals PRESENT

Source
rowindex?

Returns true if this enum value equals ROWINDEX

Source
secondary?

Returns true if this enum value equals SECONDARY

Source
stripestatistics?

Returns true if this enum value equals STRIPESTATISTICS

Source