public class TableDataSource extends DataSource
Constructor and Description |
---|
TableDataSource(ConstrainedTable physicalTable)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Set<String> |
getNames()
Returns a set of identifiers used by Fili to identify this data source's physical tables.
|
getPhysicalTable, getPhysicalTables, getQuery, getType
public TableDataSource(ConstrainedTable physicalTable)
physicalTable
- The physical table of the data source. It must have only 1 backing data source.public String getName()
public Set<String> getNames()
DataSource
getNames
in class DataSource
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.