Class: Flock::Edges::SelectQuery

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/flock/gen-rb/flockdb_types.rb

Constant Summary collapse

OPERATIONS =
1
PAGE =
2
FIELDS =
{
  OPERATIONS => {:type => ::Thrift::Types::LIST, :name => 'operations', :element => {:type => ::Thrift::Types::STRUCT, :class => Flock::Edges::SelectOperation}},
  PAGE => {:type => ::Thrift::Types::STRUCT, :name => 'page', :class => Flock::Edges::Page}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



233
# File 'lib/flock/gen-rb/flockdb_types.rb', line 233

def struct_fields; FIELDS; end

#validateObject



235
236
# File 'lib/flock/gen-rb/flockdb_types.rb', line 235

def validate
end