Class: Impala::Protocol::TExecProgress

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

Constant Summary collapse

TOTAL_SCAN_RANGES =
1
NUM_COMPLETED_SCAN_RANGES =
2
FIELDS =
{
  TOTAL_SCAN_RANGES => {:type => ::Thrift::Types::I64, :name => 'total_scan_ranges', :optional => true},
  NUM_COMPLETED_SCAN_RANGES => {:type => ::Thrift::Types::I64, :name => 'num_completed_scan_ranges', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



94
# File 'lib/impala/protocol/exec_stats_types.rb', line 94

def struct_fields; FIELDS; end

#validateObject



96
97
# File 'lib/impala/protocol/exec_stats_types.rb', line 96

def validate
end