type
ValueKind
type ValueKind stringThe query operand discriminant.
Constants
ValueString"string"- String operand.
ValueNumber"number"- Numeric operand.
ValueBoolean"boolean"- Boolean operand.
ValueNull"null"- Explicit null operand.
ValueList"list"- List of query operands.