Uses of Class
org.apache.druid.query.TableDataSource
-
Packages that use TableDataSource Package Description org.apache.druid.query org.apache.druid.query.planning -
-
Uses of TableDataSource in org.apache.druid.query
Subclasses of TableDataSource in org.apache.druid.query Modifier and Type Class Description classGlobalTableDataSourceTableDataSourcevariant for globally available 'broadcast' segments.Methods in org.apache.druid.query that return TableDataSource Modifier and Type Method Description static TableDataSourceTableDataSource. create(String name)TableDataSourceRestrictedDataSource. getBase()Methods in org.apache.druid.query that return types with arguments of type TableDataSource Modifier and Type Method Description List<TableDataSource>UnionDataSource. getDataSourcesAsTableDataSources()Asserts that the children of the union are all table data sources -
Uses of TableDataSource in org.apache.druid.query.planning
Methods in org.apache.druid.query.planning that return types with arguments of type TableDataSource Modifier and Type Method Description Optional<TableDataSource>DataSourceAnalysis. getBaseTableDataSource()IfDataSourceAnalysis.getBaseDataSource()is aTableDataSource, returns it.
-