Uses of Class
gudusoft.gsqlparser.nodes.snowflake.TSemanticViewClause
Packages that use TSemanticViewClause
-
Uses of TSemanticViewClause in gudusoft.gsqlparser.nodes.snowflake
Methods in gudusoft.gsqlparser.nodes.snowflake that return TSemanticViewClauseModifier and TypeMethodDescriptionTCreateSemanticViewSqlNode.getDimensionsClause()Get the DIMENSIONS clause if present.TCreateSemanticViewSqlNode.getFactsClause()Get the FACTS clause if present.TCreateSemanticViewSqlNode.getMetricsClause()Get the METRICS clause if present.TCreateSemanticViewSqlNode.getRelationshipsClause()Get the RELATIONSHIPS clause if present.TCreateSemanticViewSqlNode.getTablesClause()Get the TABLES clause if present. -
Uses of TSemanticViewClause in gudusoft.gsqlparser.stmt.snowflake
Methods in gudusoft.gsqlparser.stmt.snowflake that return TSemanticViewClauseModifier and TypeMethodDescriptionTCreateSemanticViewStmt.getDimensionsClause()TCreateSemanticViewStmt.getFactsClause()TCreateSemanticViewStmt.getMetricsClause()TCreateSemanticViewStmt.getRelationshipsClause()TCreateSemanticViewStmt.getTablesClause()