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:
-
Method Summary
-
Method Details
-
type
-
value
Object value()
-