Package net.hydromatic.morel.foreign
Interface ForeignValue
-
- All Known Implementing Classes:
CalciteForeignValue
public interface ForeignValueExternal 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 Typetype(TypeSystem typeSystem)java.lang.Objectvalue()
-
-
-
Method Detail
-
type
Type type(TypeSystem typeSystem)
-
value
java.lang.Object value()
-
-