Class: Impala::Protocol::TScanRange

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/plan_nodes_types.rb

Constant Summary collapse

HDFS_FILE_SPLIT =
1
HBASE_KEY_RANGE =
2
FIELDS =
{
HDFS_FILE_SPLIT => { :type => ::Thrift::Types::STRUCT, :name => 'hdfs_file_split', :class => Impala::Protocol::THdfsFileSplit, :optional => true },
HBASE_KEY_RANGE => { :type => ::Thrift::Types::STRUCT, :name => 'hbase_key_range', :class => Impala::Protocol::THBaseKeyRange, :optional => true }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



89
# File 'lib/impala/protocol/plan_nodes_types.rb', line 89

def struct_fields; FIELDS; end

#validateObject



91
92
# File 'lib/impala/protocol/plan_nodes_types.rb', line 91

def validate
end