| 1 | <?php |
||
| 14 | class AvgBucketAggregation extends AbstractPipelineAggregation |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param string $name |
||
| 18 | * @param string $bucketsPath |
||
| 19 | * @param string $gapPolicy |
||
| 20 | */ |
||
| 21 | public function __construct($name, $bucketsPath, $gapPolicy = null) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function getArray() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function getPipelineFamily() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritdoc} |
||
| 51 | */ |
||
| 52 | public function getType() |
||
| 56 | } |
||
| 57 |