Uses of Class
org.apache.flink.table.types.logical.StructuredType.StructuredAttribute
-
Packages that use StructuredType.StructuredAttribute Package Description org.apache.flink.table.types.logical -
-
Uses of StructuredType.StructuredAttribute in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return StructuredType.StructuredAttribute Modifier and Type Method Description StructuredType.StructuredAttributeStructuredType.StructuredAttribute. copy()Methods in org.apache.flink.table.types.logical that return types with arguments of type StructuredType.StructuredAttribute Modifier and Type Method Description List<StructuredType.StructuredAttribute>StructuredType. getAttributes()Method parameters in org.apache.flink.table.types.logical with type arguments of type StructuredType.StructuredAttribute Modifier and Type Method Description StructuredType.BuilderStructuredType.Builder. attributes(List<StructuredType.StructuredAttribute> attributes)
-