MaterializedViewSchema | R Documentation |
A MaterializedViewSchema is an Entity that defines a set of columns in a materialized view along with the SQL statement.
MaterializedViewSchema(name=NULL, columns=NULL, parent=NULL, definingSQL=NULL, properties=NULL, annotations=NULL, local_state=NULL, description=NULL)
name |
the name for the Materialized View Schema object |
columns |
a list of Column objects or their IDs |
parent |
the project in Synapse to which this Materialized View belongs |
definingSQL |
The synapse SQL statement that defines the data in the materialized view. The SQL may |
properties |
A map of Synapse properties |
annotations |
A map of user defined annotations |
local_state |
Internal use only |
description |
optional named parameter: User readable description of the schema |
An object of type MaterializedViewSchema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.