AbstractRangeQueryNode
open class AbstractRangeQueryNode<T : FieldValuePairQueryNode<*>> : QueryNodeImpl, RangeQueryNode<FieldValuePairQueryNode<*>>
This class should be extended by nodes intending to represent range queries.
Type Parameters
T
the type of the range query bounds (lower and upper)
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Returns the field associated with this node.
Link copied to clipboard
Returns whether the lower bound is inclusive or exclusive.
Link copied to clipboard
Returns whether the upper bound is inclusive or exclusive.
Link copied to clipboard
Returns the lower bound node.
Link copied to clipboard
Returns the upper bound node.