Module: Impala::Protocol::THdfsCompression
- Defined in:
- lib/impala/protocol/descriptors_types.rb
Constant Summary collapse
- NONE =
0- DEFAULT =
1- GZIP =
2- BZIP2 =
3- SNAPPY =
4- SNAPPY_BLOCKED =
5- VALUE_MAP =
{ 0 => "NONE", 1 => "DEFAULT", 2 => "GZIP", 3 => "BZIP2", 4 => "SNAPPY", 5 => "SNAPPY_BLOCKED" }
- VALID_VALUES =
Set.new([NONE, DEFAULT, GZIP, BZIP2, SNAPPY, SNAPPY_BLOCKED]).freeze