class Hive::Thrift::Graph

Constants

ADJACENCYLIST
FIELDS
NODETYPE
ROOTS

Public Instance Methods

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