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