Modifier and Type | Method and Description |
---|---|
static String |
getTypeName(int type) |
static String |
getTypeName(TypeInformation<?> type) |
static TableSchema |
normalizeTableSchema(TableSchema schema)
The original table schema may contain generated columns which shouldn't be produced/consumed
by TableSource/TableSink.
|
static int |
typeInformationToSqlType(TypeInformation<?> type) |
public static int typeInformationToSqlType(TypeInformation<?> type)
public static String getTypeName(int type)
public static String getTypeName(TypeInformation<?> type)
public static TableSchema normalizeTableSchema(TableSchema schema)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.