Impl

data class Impl(field: FieldOperations<*>, format: String?) : FieldFormat, ArrayExpression

Represents field formatting. Used in dev.evo.elasticmagic.SearchQuery.fields and dev.evo.elasticmagic.SearchQuery.docvalueFields.

Format examples:

Constructors

Impl
Link copied to clipboard
fun Impl(field: FieldOperations<*>, format: String? = null)

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(): FieldFormat.Impl
reduce
Link copied to clipboard
open fun reduce(): Expression<<ERROR CLASS>>?

Properties

field
Link copied to clipboard
val field: FieldOperations<*>
format
Link copied to clipboard
val format: String? = null