class ReQL::SampleTerm
- ReQL::SampleTerm
- ReQL::Term
- Reference
- Object
Defined in:
reql/term.crreql/terms/sample.cr
Instance Method Summary
Instance methods inherited from class ReQL::Term
==(other : self)
==,
args : Array(ReQL::Term::Type)
args,
args=(args : Array(ReQL::Term::Type))
args=,
check
check,
expect_args(min, max)expect_args(count) expect_args, expect_args_at_least(count) expect_args_at_least, expect_maybe_options(*args) expect_maybe_options, options : Hash(String, JSON::Any) options