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, line 199
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/thrift/queryplan_types.rb, line 201
def validate
  unless @stageType.nil? || ::Hive::Thrift::StageType::VALID_VALUES.include?(@stageType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field stageType!')
  end
end