Uses of Class
org.apache.flink.table.types.logical.StructuredType
-
Packages that use StructuredType Package Description org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of StructuredType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return StructuredType Modifier and Type Method Description StructuredTypeStructuredType.Builder. build()Methods in org.apache.flink.table.types.logical that return types with arguments of type StructuredType Modifier and Type Method Description Optional<StructuredType>StructuredType. getSuperType()Methods in org.apache.flink.table.types.logical with parameters of type StructuredType Modifier and Type Method Description StructuredType.BuilderStructuredType.Builder. superType(StructuredType superType)RLogicalTypeVisitor. visit(StructuredType structuredType) -
Uses of StructuredType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils with parameters of type StructuredType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(StructuredType structuredType)LogicalTypeLogicalTypeDuplicator. visit(StructuredType structuredType)
-