public abstract class View extends Object
ViewDescriptor.| Modifier and Type | Class and Description |
|---|---|
static class |
View.DistributionView
A
View for distribution-based aggregations. |
static class |
View.IntervalView
A
View for interval-base aggregations. |
| Modifier and Type | Method and Description |
|---|---|
abstract ViewDescriptor |
getViewDescriptor()
The
ViewDescriptor associated with this View. |
abstract <T> T |
match(Function<View.DistributionView,T> p0,
Function<View.IntervalView,T> p1)
Applies the given match function to the underlying data type.
|
public abstract ViewDescriptor getViewDescriptor()
ViewDescriptor associated with this View.public abstract <T> T match(Function<View.DistributionView,T> p0, Function<View.IntervalView,T> p1)