Package net.hydromatic.morel.foreign
Interface DataSet
-
public interface DataSetData set for testing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForeignValueforeignValue(Calcite calcite)Returns this data set as a foreign value.
-
-
-
Method Detail
-
foreignValue
ForeignValue foreignValue(Calcite calcite)
Returns this data set as a foreign value.
-
-