class Hive::Thrift::Stage
Constants
- DONE
- FIELDS
- STAGEATTRIBUTES
- STAGECOUNTERS
- STAGEID
- STAGETYPE
- STARTED
- TASKLIST
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/queryplan_types.rb 199 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/queryplan_types.rb 201 def validate 202 unless @stageType.nil? || ::Hive::Thrift::StageType::VALID_VALUES.include?(@stageType) 203 raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field stageType!') 204 end 205 end