Uses of Interface
net.hydromatic.morel.foreign.Converter
Packages that use Converter
-
Uses of Converter in net.hydromatic.morel.foreign
Classes in net.hydromatic.morel.foreign that implement ConverterModifier and TypeClassDescriptionprivate static classConverter that creates a record.Fields in net.hydromatic.morel.foreign with type parameters of type ConverterMethods in net.hydromatic.morel.foreign that return ConverterModifier and TypeMethodDescriptionConverters.ofField(org.apache.calcite.rel.type.RelDataType type, int ordinal) Converters.ofField2(Iterator<org.apache.calcite.rel.type.RelDataTypeField> fields, AtomicInteger ordinal, Type type) Converters.ofField3(org.apache.calcite.rel.type.RelDataTypeField field, AtomicInteger ordinal, Type type) Creates a converter that applies to theith field of the input array.Converters.ofRow(org.apache.calcite.rel.type.RelDataType rowType) Converters.ofRow2(org.apache.calcite.rel.type.RelDataType rowType, RecordLikeType type) Converters.ofRow3(Iterator<org.apache.calcite.rel.type.RelDataTypeField> fields, AtomicInteger ordinal, org.apache.calcite.linq4j.Enumerator<Type> types) Methods in net.hydromatic.morel.foreign with parameters of type ConverterModifier and TypeMethodDescriptionCreates a converter that applies to theith field of the input array.Constructor parameters in net.hydromatic.morel.foreign with type arguments of type ConverterModifierConstructorDescription(package private)RecordConverter(com.google.common.collect.ImmutableList<Converter<Object[]>> converterList)