Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aero
main
Aero
Actions
CLI
Commands
BaseCommand
ConfigCommand
ExecCommand
SetKeyCommand
SetURLCommand
TestCommand
ComparisonError
Config
FieldError
Models
Fields
Query
And
BooleanLiteral
Expression
Identifier
Lexer
Node
NullLiteral
NumberLiteral
Operator
Kind
Or
Parser
Precedence
StringLiteral
Token
Kind
SyntaxError
SystemExit
Template
BoolLiteral
Field
Lexer
Literal
Node
Nullable
NullableString
NullLiteral
NumberLiteral
Operator
OpKind
Parser
Result
StringLiteral
Token
Kind
Value
TemplateError
Built with Crystal 1.9.2
2023-10-07 19:15:28 UTC
enum
Aero::Query::Operator::Kind
Defined in:
query/node.cr
Enum Members
Equal
=
0
NotEqual
=
1
Add
=
2
Instance Method Summary
#add?
#equal?
#not_equal?
Instance Method Detail
def
add?
#
[
View source
]
def
equal?
#
[
View source
]
def
not_equal?
#
[
View source
]