Uses of Class
org.apache.flink.table.types.logical.StructuredType.Builder
Packages that use StructuredType.Builder
-
Uses of StructuredType.Builder in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return StructuredType.BuilderModifier and TypeMethodDescriptionStructuredType.Builder.attributes(List<StructuredType.StructuredAttribute> attributes) StructuredType.Builder.comparison(StructuredType.StructuredComparison comparison) StructuredType.Builder.description(String description) static StructuredType.BuilderStructuredType.newBuilder(Class<?> implementationClass) Creates a builder for aStructuredTypethat is not stored in a catalog and is identified by an implementationClass.static StructuredType.BuilderStructuredType.newBuilder(ObjectIdentifier objectIdentifier) Creates a builder for aStructuredTypethat has been stored in a catalog and is identified by anObjectIdentifier.static StructuredType.BuilderStructuredType.newBuilder(ObjectIdentifier objectIdentifier, Class<?> implementationClass) Creates a builder for aStructuredTypethat has been stored in a catalog and is identified by anObjectIdentifier.StructuredType.Builder.setFinal(boolean isFinal) StructuredType.Builder.setInstantiable(boolean isInstantiable) StructuredType.Builder.setNullable(boolean isNullable) StructuredType.Builder.superType(StructuredType superType)