Interval

sealed class Interval : ObjExpression

Types

Calendar
Link copied to clipboard
data class Calendar(interval: CalendarInterval) : DateHistogramAgg.Interval
Fixed
Link copied to clipboard
data class Fixed(interval: FixedInterval) : DateHistogramAgg.Interval
Legacy
Link copied to clipboard
data class Legacy(interval: String) : DateHistogramAgg.Interval

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
abstract fun clone(): Expression<<ERROR CLASS>>
intervalValue
Link copied to clipboard
abstract fun intervalValue(): String
reduce
Link copied to clipboard
open fun reduce(): Expression<<ERROR CLASS>>?

Properties

name
Link copied to clipboard
abstract val name: String

Inheritors

DateHistogramAgg.Interval
Link copied to clipboard
DateHistogramAgg.Interval
Link copied to clipboard
DateHistogramAgg.Interval
Link copied to clipboard