public static class TableSchema.Builder extends Object
TableSchema.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
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–2018 The Apache Software Foundation. All rights reserved.