struct ReQL::FieldFunc
Defined in:
reql/executor/field_func.crConstructors
Instance Method Summary
Instance methods inherited from struct ReQL::Func
as_function
as_function,
encode : Bytes
encode,
eval(evaluator : Evaluator, args)
eval,
reql_type
reql_type,
value : Type
value
Class methods inherited from struct ReQL::Func
decode(bytes : Bytes)
decode
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