Expr class
- Implementers
- Abort
- Abs
- Acos
- Add
- All
- And
- Any
- Append
- Asin
- At
- Atan
- BitAnd
- BitNot
- BitOr
- BitXor
- Call
- Casefold
- Ceil
- Concat
- Contains
- Cos
- Cosh
- Count
- Create
- CreateCollection
- CreateDatabase
- CreateFunction
- CreateIndex
- CreateKey
- CreateRole
- Credentials
- CurrentIdentity
- CurrentToken
- Date
- DayOfMonth
- DayOfWeek
- DayOfYear
- Degrees
- Delete
- Difference
- Distinct
- Divide
- Do
- Drop
- Epoch
- Equals
- Events
- Exists
- Exp
- Filter
- FindStr
- FindStrRegex
- Floor
- Foreach
- Get
- GT
- GTE
- HasCurrentToken
- HasIdentity
- Hour
- Hypot
- Identify
- Identity
- If
- Insert
- Intersection
- IsEmpty
- IsNonEmpty
- Join
- KeyFromSecret
- Keys
- Lambda
- Length
- Let
- Ln
- Log
- Login
- Logout
- LowerCase
- LT
- LTE
- LTrim
- Map_
- Match
- Max
- Mean
- Merge
- Min
- Minute
- Modulo
- Month
- Multiply
- NewId
- NGram
- Not
- Now
- Obj
- Or
- Paginate
- Pow
- Prepend
- Query
- Radians
- Range
- Reduce
- Ref
- Remove
- Repeat
- Replace
- ReplaceStr
- ReplaceStrRegex
- Reverse
- Role
- Roles
- Round
- RTrim
- Second
- Select
- Sign
- Sin
- Singleton
- Sinh
- Space
- Sqrt
- SubString
- Subtract
- Sum
- Take
- Tan
- Tanh
- Time
- TimeAdd
- TimeDiff
- TimeSubtract
- TitleCase
- ToArray
- ToDate
- ToDouble
- ToInteger
- Tokens
- ToMicros
- ToMillis
- ToNumber
- ToObject
- ToSeconds
- ToString
- ToTime
- Trim
- Trunc
- Union
- Update
- UpperCase
- Var
- Year
- Annotations
-
- @JsonSerializable()
Constructors
- Expr()
-
Expr.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
wrap_value(
dynamic value) → Object? -
wrap_values(
Object? data) → Object?