Package org.apache.calcite.model
Class JsonMaterialization
java.lang.Object
org.apache.calcite.model.JsonMaterialization
Element that describes how a table is a materialization of a query.
Occurs within JsonSchema.materializations
.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
view
-
table
-
sql
SQL query that defines the materialization.Must be a string or a list of strings (which are concatenated into a multi-line SQL string, separated by newlines).
-
viewSchemaPath
-
-
Constructor Details
-
JsonMaterialization
-
-
Method Details