Class PipelineAggregationBuilder

java.lang.Object
org.opensearch.search.aggregations.PipelineAggregationBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentFragment, Rewriteable<PipelineAggregationBuilder>, BaseAggregationBuilder
Direct Known Subclasses:
AbstractPipelineAggregationBuilder

public abstract class PipelineAggregationBuilder
extends java.lang.Object
implements NamedWriteable, BaseAggregationBuilder, org.opensearch.common.xcontent.ToXContentFragment, Rewriteable<PipelineAggregationBuilder>
A factory that knows how to create an PipelineAggregator of a specific type.