class ReQL::GroupStream::InternalData

Defined in:

reql/executor/group_stream.cr

Instance Method Summary

Instance methods inherited from class Object

!=(other : RethinkDB::DSL::R) !=, %(other : RethinkDB::DSL::R) %, &(other : RethinkDB::DSL::R) &, *(other : RethinkDB::DSL::R) *, +(other : RethinkDB::DSL::R) +, -(other : RethinkDB::DSL::R) -, /(other : RethinkDB::DSL::R) /, <(other : RethinkDB::DSL::R) <, <=(other : RethinkDB::DSL::R) <=, ==(other : RethinkDB::DSL::R) ==, >(other : RethinkDB::DSL::R) >, >=(other : RethinkDB::DSL::R) >=, |(other : RethinkDB::DSL::R) |

Instance Method Detail

def channel : Channel(ReQL::Datum?) #

[View source]
def channel=(channel : Channel(ReQL::Datum | Nil)) #

[View source]
def started : Bool #

[View source]
def started=(started : Bool) #

[View source]