Nested

data class Nested(path: FieldOperations<Nothing>, filter: QueryExpression?, maxChildren: Int?, nested: Sort.Nested?) : ObjExpression

Functions

accept
Link copied to clipboard
open override fun accept(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
children
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
clone
Link copied to clipboard
open override fun clone(): Sort.Nested
reduce
Link copied to clipboard
open fun reduce(): Expression<<ERROR CLASS>>?

Properties

filter
Link copied to clipboard
val filter: QueryExpression? = null
maxChildren
Link copied to clipboard
val maxChildren: Int? = null
nested
Link copied to clipboard
val nested: Sort.Nested? = null
path
Link copied to clipboard
val path: FieldOperations<Nothing>