public class SelectTableSinkSchemaConverter extends Object
TableSchema.| Constructor and Description |
|---|
SelectTableSinkSchemaConverter() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.table.api.TableSchema |
changeDefaultConversionClass(org.apache.flink.table.api.TableSchema tableSchema)
Change to default conversion class and build a new
TableSchema. |
static org.apache.flink.table.api.TableSchema |
convertTimeAttributeToRegularTimestamp(org.apache.flink.table.api.TableSchema tableSchema)
Convert time attributes (proc time / event time) to regular timestamp and build a new
TableSchema. |
public static org.apache.flink.table.api.TableSchema changeDefaultConversionClass(org.apache.flink.table.api.TableSchema tableSchema)
TableSchema.public static org.apache.flink.table.api.TableSchema convertTimeAttributeToRegularTimestamp(org.apache.flink.table.api.TableSchema tableSchema)
TableSchema.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.