RethinkDB::DatumTerm
Inherits RethinkDB::Term / Reference / Object
Instance methods
!=(other)
Returns true if this object is not equal to other.
By default this method is implemented as !(self == other)
so there's no need to override this unless there's a more efficient
way to do it.
%(other)
Source&(other)
Source*(other)
Source+(other)
Source-(other)
Source/(other)
Source<(other)
Source<=(other)
Source>(other)
Source>=(other)
Source[](key)
Source|(other)
Sourceadd(*others)
Sourceand(*others)
Sourceappend(value)
Sourceavg(field)
Sourceavg
Sourceavg
Sourcebetween(a, b)
Sourceceil
Sourcechange_at(index, value)
Sourcechanges
Sourceconcat_map(callable)
Sourceconcat_map
Sourcecontains(other)
Sourcecontains
Sourcecontains
Sourcecount(value)
Sourcecount
Sourcecount
Sourcedate
Sourcedefault(value)
Sourcedefault
Sourcedelete
Sourcedelete_at(begin_index, end_index)
Sourcedelete_at(index)
Sourcedistinct
Sourcediv(*others)
Sourcedo(*args)
Sourcedo(*args, &)
Sourcedowncase
Sourceeq(other)
Sourcefilter(callable)
Sourcefilter
Sourcefilter
Sourcefloor
Sourcefor_each(callable)
Sourcefor_each
Sourcege(other)
Sourceget_field(key)
Sourcegroup(field)
Sourcegroup
Sourcegt(other)
Sourcehas_fields(*other)
Sourceinsert_at(index, value)
Sourcekeys
Sourcele(other)
Sourcelimit(count)
Sourcelt(other)
Sourcemap(callable)
Sourcemap
Sourcematch(other)
Sourcematch
Sourcemax(field)
Sourcemax
Sourcemax
Sourcemerge(callable)
Sourcemerge
Sourcemin(field)
Sourcemin
Sourcemin
Sourcemod(*others)
Sourcemul(*others)
Sourcene(other)
Sourcenot
Sourcenth(key)
Sourceor(*others)
Sourceorder_by
Sourceorder_by(callable)
Sourceorder_by
Sourcepluck(*args)
Sourcereduce(callable)
Sourcereduce
Sourceround
Sourcerun(conn)
Sourcerun(conn, **runopts)
Sourceset_difference(value)
Sourceset_insert(value)
Sourceset_intersection(value)
Sourceset_union(value)
Sourceskip(count)
Sourceslice(start, size)
Sourceslice(start)
Sourcesplice_at(index, array)
Sourcesplit(sep, max)
Sourcesplit(sep)
Sourcesplit
Sourcesub(*others)
Sourcesum(field)
Sourcesum
Sourcesum
Sourceto_iso8601
Sourceunion(other)
Sourceupcase
Sourcevalues
Sourcewithout(*fields)
Source