Class: Flock::Edges::SelectQuery
- Inherits:
-
Object
- Object
- Flock::Edges::SelectQuery
- 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_fields ⇒ Object
255 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 255 def struct_fields; FIELDS; end |
#validate ⇒ Object
257 258 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 257 def validate end |