Package | Description |
---|---|
org.apache.flink.api.common.typeutils | |
org.apache.flink.api.java.typeutils |
Modifier and Type | Method and Description |
---|---|
List<CompositeType.FlatFieldDescriptor> |
CompositeType.getFlatFields(String fieldExpression)
Returns the flat field descriptors for the given field expression.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CompositeType.getFlatFields(String fieldExpression,
int offset,
List<CompositeType.FlatFieldDescriptor> result)
Computes the flat field descriptors for the given field expression with the given offset.
|
Modifier and Type | Class and Description |
---|---|
static class |
PojoTypeInfo.NamedFlatFieldDescriptor |
Modifier and Type | Method and Description |
---|---|
void |
TupleTypeInfoBase.getFlatFields(String fieldExpression,
int offset,
List<CompositeType.FlatFieldDescriptor> result) |
void |
RowTypeInfo.getFlatFields(String fieldExpression,
int offset,
List<CompositeType.FlatFieldDescriptor> result) |
void |
PojoTypeInfo.getFlatFields(String fieldExpression,
int offset,
List<CompositeType.FlatFieldDescriptor> result) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.