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 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.BuilderStructuredType.Builder. setFinal(boolean isFinal)StructuredType.BuilderStructuredType.Builder. setInstantiable(boolean isInstantiable)StructuredType.BuilderStructuredType.Builder. setNullable(boolean isNullable)StructuredType.BuilderStructuredType.Builder. superType(StructuredType superType)
-