public static class TableSchema.Builder extends Object
TableSchema.| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TableSchema |
build()
Returns a
TableSchema instance. |
TableSchema.Builder |
field(String name,
org.apache.flink.api.common.typeinfo.TypeInformation<?> type)
Add a field with name and type.
|
public TableSchema.Builder field(String name, org.apache.flink.api.common.typeinfo.TypeInformation<?> type)
public TableSchema build()
TableSchema instance.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.