Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib.cube |
Implementation of a Cube dataset in CDAP.
|
Modifier and Type | Method and Description |
---|---|
CubeExploreQuery |
CubeExploreQuery.Builder.Build.build() |
Modifier and Type | Method and Description |
---|---|
Collection<DimensionValue> |
Cube.findDimensionValues(CubeExploreQuery query)
Deprecated.
Finds dimension values, each of which is present in aggregated data selection defined with
CubeExploreQuery . |
Collection<String> |
Cube.findMeasureNames(CubeExploreQuery query)
Deprecated.
Queries data for available measureNames for the query specified by
CubeExploreQuery |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.