Package net.hydromatic.morel.foreign
Interface ForeignValue
-
- All Known Implementing Classes:
CalciteForeignValue
public interface ForeignValue
External value.A common example is a table backed by a JDBC database, that manifests in ML as a list of records.
- See Also:
CalciteForeignValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type
type(TypeSystem typeSystem)
java.lang.Object
value()
-
-
-
Method Detail
-
type
Type type(TypeSystem typeSystem)
-
value
java.lang.Object value()
-
-