| Package | Description |
|---|---|
| org.apache.flink.api.common.typeinfo |
| 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.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.