Uses of Class
org.apache.flink.table.types.logical.StructuredType.Builder
-
Packages that use StructuredType.Builder Package Description org.apache.flink.table.types.logical -
-
Uses of StructuredType.Builder in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return StructuredType.Builder Modifier and Type Method Description StructuredType.BuilderStructuredType.Builder. attributes(List<StructuredType.StructuredAttribute> attributes)StructuredType.BuilderStructuredType.Builder. comparison(StructuredType.StructuredComparison comparison)StructuredType.BuilderStructuredType.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.BuilderStructuredType.Builder. setFinal(boolean isFinal)StructuredType.BuilderStructuredType.Builder. setInstantiable(boolean isInstantiable)StructuredType.BuilderStructuredType.Builder. setNullable(boolean isNullable)StructuredType.BuilderStructuredType.Builder. superType(StructuredType superType)
-