| Package | Description |
|---|---|
| org.apache.flink.api.common.typeinfo | |
| org.apache.flink.api.java.typeutils |
| Modifier and Type | Method and Description |
|---|---|
static RowTypeInfo |
Types.ROW_NAMED(String[] fieldNames,
TypeInformation<?>... types)
Generates a RowTypeInfo with fields of the given types and with given names.
|
static RowTypeInfo |
Types.ROW(TypeInformation<?>... types)
Generates a RowTypeInfo with fields of the given types.
|
| Modifier and Type | Method and Description |
|---|---|
static RowTypeInfo |
RowTypeInfo.projectFields(RowTypeInfo rowType,
int[] fieldMapping)
Creates a
RowTypeInfo with projected fields. |
| Modifier and Type | Method and Description |
|---|---|
static RowTypeInfo |
RowTypeInfo.projectFields(RowTypeInfo rowType,
int[] fieldMapping)
Creates a
RowTypeInfo with projected fields. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.