Modifier and Type | Method and Description |
---|---|
JDBCInputFormat.JDBCInputFormatBuilder |
JDBCInputFormat.JDBCInputFormatBuilder.setRowTypeInfo(RowTypeInfo rowTypeInfo) |
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. |
Modifier and Type | Field and Description |
---|---|
protected RowTypeInfo |
JdbcInputFormat.rowTypeInfo |
Modifier and Type | Method and Description |
---|---|
RowTypeInfo |
JdbcInputFormat.getProducedType() |
Modifier and Type | Method and Description |
---|---|
JdbcInputFormat.JdbcInputFormatBuilder |
JdbcInputFormat.JdbcInputFormatBuilder.setRowTypeInfo(RowTypeInfo rowTypeInfo) |
Modifier and Type | Method and Description |
---|---|
static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.dataformat.csv.CsvSchema |
CsvRowSchemaConverter.convert(RowTypeInfo rowType)
Convert
RowTypeInfo to CsvSchema . |
Modifier and Type | Method and Description |
---|---|
RowTypeInfo |
TemporalTableFunctionImpl.getResultType() |
Constructor and Description |
---|
PythonTableFunction(String name,
byte[] serializedScalarFunction,
TypeInformation[] inputTypes,
RowTypeInfo resultType,
PythonFunctionKind pythonFunctionKind,
boolean deterministic,
PythonEnv pythonEnv) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.