Package | Description |
---|---|
org.apache.flink.table.types.logical |
Modifier and Type | Method and Description |
---|---|
StructuredType.Builder |
StructuredType.Builder.attributes(List<StructuredType.StructuredAttribute> attributes) |
StructuredType.Builder |
StructuredType.Builder.comparison(StructuredType.StructuredComparison comparison) |
StructuredType.Builder |
StructuredType.Builder.description(String description) |
static StructuredType.Builder |
StructuredType.newBuilder(Class<?> implementationClass)
Creates a builder for a
StructuredType that is not stored in a catalog and is
identified by an implementation Class . |
static StructuredType.Builder |
StructuredType.newBuilder(ObjectIdentifier objectIdentifier)
Creates a builder for a
StructuredType that has been stored in a catalog and is
identified by an ObjectIdentifier . |
static StructuredType.Builder |
StructuredType.newBuilder(ObjectIdentifier objectIdentifier,
Class<?> implementationClass)
Creates a builder for a
StructuredType that has been stored in a catalog and is
identified by an ObjectIdentifier . |
StructuredType.Builder |
StructuredType.Builder.setFinal(boolean isFinal) |
StructuredType.Builder |
StructuredType.Builder.setInstantiable(boolean isInstantiable) |
StructuredType.Builder |
StructuredType.Builder.setNullable(boolean isNullable) |
StructuredType.Builder |
StructuredType.Builder.superType(StructuredType superType) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.