Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib.cube |
Implementation of a Cube dataset in CDAP.
|
Modifier and Type | Method and Description |
---|---|
static AggregationFunction |
AggregationFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationFunction[] |
AggregationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AggregationFunction> |
CubeQuery.getMeasurements() |
Modifier and Type | Method and Description |
---|---|
CubeQuery.Builder.Measurement |
CubeQuery.Builder.Select.measurement(String name,
AggregationFunction aggFunc)
Adds measurement to be included in selection of
CubeQuery . |
CubeQuery.Builder.Measurement |
CubeQuery.Builder.Measurement.measurement(String name,
AggregationFunction aggFunc)
Adds measurement to be included in selection of
CubeQuery . |
Modifier and Type | Method and Description |
---|---|
CubeQuery.Builder.Measurement |
CubeQuery.Builder.Select.measurements(Map<String,AggregationFunction> measurements)
Adds measurements to be included in selection of
CubeQuery . |
CubeQuery.Builder.Measurement |
CubeQuery.Builder.Measurement.measurements(Map<String,AggregationFunction> measurements)
Adds measurements to be included in selection of
CubeQuery . |
Constructor and Description |
---|
CubeQuery(String aggregation,
long startTs,
long endTs,
int resolution,
int limit,
Map<String,AggregationFunction> measurements,
Map<String,String> dimensionValues,
List<String> groupByDimensions,
AggregationOption aggregationOption,
Interpolator interpolator)
Creates
CubeQuery with given parameters. |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.