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 identified by a class name derived from the given implementation class.static StructuredType.BuilderStructuredType.newBuilder(String className) Creates a builder for aStructuredTypethat is identified by a class name but without a resolved implementation class (i.e. eventually usingStructuredType.FALLBACK_CONVERSION).static StructuredType.BuilderStructuredType.newBuilder(ObjectIdentifier objectIdentifier) Creates a builder for aStructuredTypethat is identified by anObjectIdentifier.static StructuredType.BuilderStructuredType.newBuilder(ObjectIdentifier objectIdentifier, Class<?> implementationClass) Creates a builder for aStructuredTypethat identified by anObjectIdentifierbut with a resolved implementation class.StructuredType.Builder.setFinal(boolean isFinal) StructuredType.Builder.setInstantiable(boolean isInstantiable) StructuredType.Builder.setNullable(boolean isNullable) StructuredType.Builder.superType(StructuredType superType)