Class HistogramGroupSource

java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.client.transform.transforms.pivot.HistogramGroupSource
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class HistogramGroupSource extends SingleGroupSource implements org.elasticsearch.xcontent.ToXContentObject
A grouping via a histogram aggregation referencing a numeric field
  • Field Details

    • INTERVAL

      protected static final org.elasticsearch.xcontent.ParseField INTERVAL
  • Method Details