class Hive::Thrift::Operator

Constants

DONE
FIELDS
OPERATORATTRIBUTES
OPERATORCOUNTERS
OPERATORID
OPERATORTYPE
STARTED

Public Instance Methods

struct_fields() click to toggle source
    # File lib/thrift/queryplan_types.rb
135 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/thrift/queryplan_types.rb
137 def validate
138   unless @operatorType.nil? || ::Hive::Thrift::OperatorType::VALID_VALUES.include?(@operatorType)
139     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field operatorType!')
140   end
141 end