Package net.hydromatic.morel.foreign
Class CalciteForeignValue.FieldConverter
- java.lang.Object
-
- net.hydromatic.morel.foreign.CalciteForeignValue.FieldConverter
-
- Enclosing class:
- CalciteForeignValue
private abstract static class CalciteForeignValue.FieldConverter extends java.lang.ObjectConverts a field from Calcite to SML format.
-
-
Constructor Summary
Constructors Constructor Description FieldConverter(Type mlType, int ordinal)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.ObjectconvertFrom(java.lang.Object[] sourceValues)Given a Calcite row, returns the value of this field in SML format.
-