@Internal public class JdbcTypeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getTypeName(int type) |
static String |
getTypeName(org.apache.flink.api.common.typeinfo.TypeInformation<?> type) |
static org.apache.flink.table.api.TableSchema |
normalizeTableSchema(org.apache.flink.table.api.TableSchema schema)
The original table schema may contain generated columns which shouldn't be produced/consumed
by TableSource/TableSink.
|
static int |
typeInformationToSqlType(org.apache.flink.api.common.typeinfo.TypeInformation<?> type) |
public static int typeInformationToSqlType(org.apache.flink.api.common.typeinfo.TypeInformation<?> type)
public static String getTypeName(int type)
public static String getTypeName(org.apache.flink.api.common.typeinfo.TypeInformation<?> type)
public static org.apache.flink.table.api.TableSchema normalizeTableSchema(org.apache.flink.table.api.TableSchema schema)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.