Uses of Interface
net.hydromatic.morel.type.RecordLikeType
Packages that use RecordLikeType
Package
Description
Abstract syntax tree.
Provides access to external data sources.
Type system.
-
Uses of RecordLikeType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return RecordLikeTypeMethods in net.hydromatic.morel.ast with parameters of type RecordLikeTypeModifier and TypeMethodDescriptionCoreBuilder.recordSelector(TypeSystem typeSystem, RecordLikeType recordType, int slot) CoreBuilder.recordSelector(TypeSystem typeSystem, RecordLikeType recordType, String fieldName) CoreBuilder.tuple(RecordLikeType type, Iterable<? extends Core.Exp> args) CoreBuilder.tuple(RecordLikeType type, Core.Exp... args) CoreBuilder.tuple(TypeSystem typeSystem, @Nullable RecordLikeType type, Iterable<? extends Core.Exp> args) AsCoreBuilder.tuple(RecordLikeType, Iterable), but derives type.Constructors in net.hydromatic.morel.ast with parameters of type RecordLikeTypeModifierConstructorDescription(package private)Tuple(RecordLikeType type, com.google.common.collect.ImmutableList<Core.Exp> args) -
Uses of RecordLikeType in net.hydromatic.morel.foreign
Methods in net.hydromatic.morel.foreign with parameters of type RecordLikeTypeModifier and TypeMethodDescriptionConverters.ofRow2(org.apache.calcite.rel.type.RelDataType rowType, RecordLikeType type) -
Uses of RecordLikeType in net.hydromatic.morel.type
Classes in net.hydromatic.morel.type that implement RecordLikeTypeModifier and TypeClassDescriptionenumPrimitive type.classProgressive record type.classRecord type.classThe type of a tuple value.Methods in net.hydromatic.morel.type that return RecordLikeTypeModifier and TypeMethodDescriptionTypeSystem.recordType(SortedMap<String, ? extends Type> argNameTypes) Creates a record type.Creates a tuple type.