| Package | Description |
|---|---|
| co.cask.cdap.dq.functions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CombinableAggregationFunction<T>
Aggregation Function Interface
This is for aggregation that still make sense when combined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscreteValuesHistogram
Discrete Values Histogram Aggregation Function
|
class |
HistogramWithBucketing
Aggregation function creates a histogram with custom bucketing
for numbers - no categorical data
|
class |
Mean
Average Aggregation Function
|
class |
StandardDeviation
Streaming standard Deviation Aggregation Function
Calculates standard deviation with one pass
|
class |
UniqueValues
Unique Values Aggregation Function
|
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.