public static class FieldInfoUtils.TypeInfoSchema extends Object
DataTypes extracted from a TypeInformation and possibly transformed via Expression application. It is in fact a
mapping between TypeInformation of an input and TableSchema of a Table that can be created out of it.| Modifier and Type | Method and Description |
|---|---|
String[] |
getFieldNames() |
org.apache.flink.table.types.DataType[] |
getFieldTypes() |
int[] |
getIndices() |
boolean |
isRowtimeDefined() |
org.apache.flink.table.catalog.ResolvedSchema |
toResolvedSchema() |
public String[] getFieldNames()
public int[] getIndices()
public org.apache.flink.table.types.DataType[] getFieldTypes()
public boolean isRowtimeDefined()
public org.apache.flink.table.catalog.ResolvedSchema toResolvedSchema()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.