elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.aggs
/
DateHistogramAgg
/
Interval
/
Legacy
Legacy
data
class
Legacy
(
val
interval
:
String
)
:
DateHistogramAgg.Interval
Constructors
Functions
Properties
Constructors
Legacy
Link copied to clipboard
fun
Legacy
(
interval
:
String
)
Functions
accept
Link copied to clipboard
open
override
fun
accept
(
ctx
:
Serializer.ObjectCtx
,
compiler
:
BaseSearchQueryCompiler
)
children
Link copied to clipboard
open
fun
children
(
)
:
Iterator
<
Expression
<
*
>
>
?
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
DateHistogramAgg.Interval.Legacy
interval
Value
Link copied to clipboard
open
override
fun
intervalValue
(
)
:
String
reduce
Link copied to clipboard
open
fun
reduce
(
)
:
Expression
<
Serializer.ObjectCtx
>
?
rewrite
Link copied to clipboard
open
fun
rewrite
(
newNode
:
QueryExpressionNode
<
*
>
)
:
Expression
<
Serializer.ObjectCtx
>
Properties
interval
Link copied to clipboard
val
interval
:
String
name
Link copied to clipboard
open
override
val
name
:
String