class Hive::Thrift::Task

Constants

DONE
FIELDS
OPERATORGRAPH
OPERATORLIST
STARTED
TASKATTRIBUTES
TASKCOUNTERS
TASKID
TASKTYPE

Public Instance Methods

struct_fields() click to toggle source
    # File lib/thrift/queryplan_types.rb
168 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/thrift/queryplan_types.rb
170 def validate
171   unless @taskType.nil? || ::Hive::Thrift::TaskType::VALID_VALUES.include?(@taskType)
172     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field taskType!')
173   end
174 end