Uses of Interface
org.apache.pinot.segment.spi.datasource.DataSource
-
Packages that use DataSource Package Description org.apache.pinot.segment.spi org.apache.pinot.segment.spi.index.startree -
-
Uses of DataSource in org.apache.pinot.segment.spi
Methods in org.apache.pinot.segment.spi that return DataSource Modifier and Type Method Description DataSourceIndexSegment. getDataSource(String columnName)Returns theDataSourcefor the given column. -
Uses of DataSource in org.apache.pinot.segment.spi.index.startree
Methods in org.apache.pinot.segment.spi.index.startree that return DataSource Modifier and Type Method Description DataSourceStarTreeV2. getDataSource(String columnName)Returns the data source for the given column name, where the column name could be dimension name or fromAggregationFunctionColumnPair.toColumnName().
-