Class: Hive::Thrift::QueryPlan

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/queryplan_types.rb

Constant Summary collapse

QUERIES =
1
DONE =
2
STARTED =
3
FIELDS =
{
  QUERIES => {:type => ::Thrift::Types::LIST, :name => 'queries', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Hive::Thrift::Query}},
  DONE => {:type => ::Thrift::Types::BOOL, :name => 'done'},
  STARTED => {:type => ::Thrift::Types::BOOL, :name => 'started'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



252
# File 'lib/thrift/queryplan_types.rb', line 252

def struct_fields; FIELDS; end

#validateObject



254
255
# File 'lib/thrift/queryplan_types.rb', line 254

def validate
end