Nested

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

Constructors

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

Functions

Link copied to clipboard
open override fun accept(ctx: Serializer.ObjectCtx, compiler: BaseSearchQueryCompiler)
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
Link copied to clipboard
open override fun clone(): Sort.Nested
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val filter: QueryExpression? = null
Link copied to clipboard
val maxChildren: Int? = null
Link copied to clipboard
val nested: Sort.Nested? = null
Link copied to clipboard