Options accepted by QueryInterface.createMaterializedView.
Either describe the view with a structured definition, or pass a raw query string. The raw form is kept so existing callers keep working; new code should use definition so the SELECT is built for the target dialect instead of written by hand.
definition
query
Options accepted by QueryInterface.createMaterializedView.
Either describe the view with a structured
definition, or pass a rawquerystring. The raw form is kept so existing callers keep working; new code should usedefinitionso the SELECT is built for the target dialect instead of written by hand.