abstract struct ReQL::Row

Direct Known Subclasses

Defined in:

reql/executor/row.cr

Constructors

Instance Method Summary

Instance methods inherited from struct ReQL::AbstractValue

<=>(other : AbstractValue)
<=>(other) : Int32
<=>
, array_or_nil_value array_or_nil_value, array_or_set_or_nil_value array_or_set_or_nil_value, array_or_set_value array_or_set_value, array_or_set_value? array_or_set_value?, array_value array_value, array_value? array_value?, as_database as_database, as_datum as_datum, as_function as_function, as_row as_row, as_table as_table, bool_or_nil_value bool_or_nil_value, bool_value bool_value, bool_value? bool_value?, bytes_or_nil_value bytes_or_nil_value, bytes_value bytes_value, bytes_value? bytes_value?, each(&) each, float64_value float64_value, hash_or_nil_value hash_or_nil_value, hash_value hash_value, hash_value? hash_value?, initialize initialize, int64_value int64_value, is_array? is_array?, is_array_or_set? is_array_or_set?, is_bool? is_bool?, is_bytes? is_bytes?, is_hash? is_hash?, is_number? is_number?, is_set? is_set?, is_string? is_string?, number_or_nil_value number_or_nil_value, number_value number_value, number_value? number_value?, serialize serialize, set_or_nil_value set_or_nil_value, set_value set_value, set_value? set_value?, string_or_nil_value string_or_nil_value, string_value string_value, string_value? string_value?, to_json(io) to_json, value : Type value

Constructor methods inherited from struct ReQL::AbstractValue

new new

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) |

Constructor Detail

def self.new(table : Storage::AbstractTable) #

[View source]

Instance Method Detail

def as_row #

[View source]
abstract def key : Datum #

[View source]
def reql_type #

[View source]

[View source]