GlobalAggregation

case class GlobalAggregation(name: String, subaggs: Seq[AbstractAggregation], metadata: Map[String, AnyRef]) extends Aggregation
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

Value members

Concrete methods

override def metadata(map: Map[String, AnyRef]): T
Definition Classes
override def subAggregations(aggs: Iterable[AbstractAggregation]): T
Definition Classes

Inherited methods

Inherited from:
Aggregation
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def subaggs(aggs: Iterable[AbstractAggregation]): T
Inherited from:
Aggregation
Inherited from:
Aggregation