Uses of Class
org.apache.flink.api.common.typeutils.CompositeType.FlatFieldDescriptor
-
Packages that use CompositeType.FlatFieldDescriptor Package Description org.apache.flink.api.common.typeutils org.apache.flink.api.java.typeutils -
-
Uses of CompositeType.FlatFieldDescriptor in org.apache.flink.api.common.typeutils
Methods in org.apache.flink.api.common.typeutils that return types with arguments of type CompositeType.FlatFieldDescriptor Modifier and Type Method Description List<CompositeType.FlatFieldDescriptor>CompositeType. getFlatFields(String fieldExpression)Returns the flat field descriptors for the given field expression.Method parameters in org.apache.flink.api.common.typeutils with type arguments of type CompositeType.FlatFieldDescriptor Modifier and Type Method Description abstract voidCompositeType. getFlatFields(String fieldExpression, int offset, List<CompositeType.FlatFieldDescriptor> result)Computes the flat field descriptors for the given field expression with the given offset. -
Uses of CompositeType.FlatFieldDescriptor in org.apache.flink.api.java.typeutils
Subclasses of CompositeType.FlatFieldDescriptor in org.apache.flink.api.java.typeutils Modifier and Type Class Description static classPojoTypeInfo.NamedFlatFieldDescriptorMethod parameters in org.apache.flink.api.java.typeutils with type arguments of type CompositeType.FlatFieldDescriptor Modifier and Type Method Description voidPojoTypeInfo. getFlatFields(String fieldExpression, int offset, List<CompositeType.FlatFieldDescriptor> result)voidRowTypeInfo. getFlatFields(String fieldExpression, int offset, List<CompositeType.FlatFieldDescriptor> result)voidTupleTypeInfoBase. getFlatFields(String fieldExpression, int offset, List<CompositeType.FlatFieldDescriptor> result)
-