| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes.snowflake | |
| gudusoft.gsqlparser.stmt.snowflake |
| Modifier and Type | Method and Description |
|---|---|
TSemanticViewClause |
TCreateSemanticViewSqlNode.getDimensionsClause()
Get the DIMENSIONS clause if present.
|
TSemanticViewClause |
TCreateSemanticViewSqlNode.getFactsClause()
Get the FACTS clause if present.
|
TSemanticViewClause |
TCreateSemanticViewSqlNode.getMetricsClause()
Get the METRICS clause if present.
|
TSemanticViewClause |
TCreateSemanticViewSqlNode.getRelationshipsClause()
Get the RELATIONSHIPS clause if present.
|
TSemanticViewClause |
TCreateSemanticViewSqlNode.getTablesClause()
Get the TABLES clause if present.
|
| Modifier and Type | Method and Description |
|---|---|
TSemanticViewClause |
TCreateSemanticViewStmt.getDimensionsClause() |
TSemanticViewClause |
TCreateSemanticViewStmt.getFactsClause() |
TSemanticViewClause |
TCreateSemanticViewStmt.getMetricsClause() |
TSemanticViewClause |
TCreateSemanticViewStmt.getRelationshipsClause() |
TSemanticViewClause |
TCreateSemanticViewStmt.getTablesClause() |