Uses of Interface
net.hydromatic.morel.foreign.DataSet
-
Packages that use DataSet Package Description net.hydromatic.morel.foreign Provides access to external data sources. -
-
Uses of DataSet in net.hydromatic.morel.foreign
Method parameters in net.hydromatic.morel.foreign with type arguments of type DataSet Modifier and Type Method Description static CalciteCalcite. withDataSets(Map<String,DataSet> dataSetMap)Creates a runtime context with the given data sets.Constructor parameters in net.hydromatic.morel.foreign with type arguments of type DataSet Constructor Description CalciteMap(Map<String,DataSet> dataSetMap)
-