Package | Description |
---|---|
org.apache.druid.query | |
org.apache.druid.query.planning |
Modifier and Type | Class and Description |
---|---|
class |
GlobalTableDataSource
TableDataSource variant for globally available 'broadcast' segments. |
Modifier and Type | Method and Description |
---|---|
static TableDataSource |
TableDataSource.create(String name) |
Modifier and Type | Method and Description |
---|---|
List<TableDataSource> |
UnionDataSource.getDataSources() |
Constructor and Description |
---|
UnionDataSource(List<TableDataSource> dataSources) |
Modifier and Type | Method and Description |
---|---|
Optional<TableDataSource> |
DataSourceAnalysis.getBaseTableDataSource()
If
DataSourceAnalysis.getBaseDataSource() is a TableDataSource , returns it. |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.