"NONE"
"RECORD"
"BLOCK"
[NONE, RECORD, BLOCK]
10 11 12
# File 'lib/hbase/model/column_descriptor.rb', line 10 def to_compression_type(type_string) CTYPES.include?(type_string) ? type_string : NONE end