| Package | Description |
|---|---|
| org.apache.flink.table.descriptors |
| Modifier and Type | Method and Description |
|---|---|
Json |
Json.deriveSchema()
Derives the format schema from the table's schema described using
Schema. |
Json |
Json.failOnMissingField(boolean failOnMissingField)
Sets flag whether to fail if a field is missing or not.
|
Json |
Json.jsonSchema(String jsonSchema)
Sets the JSON schema string with field names and the types according to the JSON schema
specification [[http://json-schema.org/specification.html]].
|
Json |
Json.schema(org.apache.flink.api.common.typeinfo.TypeInformation<?> schemaType)
Sets the schema using type information.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.