Interface StarTreeV2
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface StarTreeV2 extends Closeable
TheStarTreeV2class is a wrapper on top of star-tree, its metadata, and the data sources associated with it.
-
-
Method Summary
Modifier and Type Method Description DataSourcegetDataSource(String columnName)Returns the data source for the given column name, where the column name could be dimension name or fromAggregationFunctionColumnPair.toColumnName().StarTreeV2MetadatagetMetadata()Returns the metadata of the star-tree.StarTreegetStarTree()Returns theStarTreedata structure.
-
-
-
Method Detail
-
getMetadata
StarTreeV2Metadata getMetadata()
Returns the metadata of the star-tree.
-
getDataSource
DataSource getDataSource(String columnName)
Returns the data source for the given column name, where the column name could be dimension name or fromAggregationFunctionColumnPair.toColumnName().
-
-