class Hive::Thrift::Graph

Constants

ADJACENCYLIST
FIELDS
NODETYPE
ROOTS

Public Instance Methods

struct_fields() click to toggle source
    # File lib/thrift/queryplan_types.rb
106 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/thrift/queryplan_types.rb
108 def validate
109   unless @nodeType.nil? || ::Hive::Thrift::NodeType::VALID_VALUES.include?(@nodeType)
110     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field nodeType!')
111   end
112 end