Class: Impala::Protocol::TExecProgress
- Inherits:
-
Object
- Object
- Impala::Protocol::TExecProgress
- 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_fields ⇒ Object
94 |
# File 'lib/impala/protocol/exec_stats_types.rb', line 94 def struct_fields; FIELDS; end |
#validate ⇒ Object
96 97 |
# File 'lib/impala/protocol/exec_stats_types.rb', line 96 def validate end |