| Class | Description |
|---|---|
| TAtBeforeClause |
Snowflake Time Travel SQL extensions
https://docs.snowflake.com/en/user-guide/data-time-travel
The clause uses one of the following parameters to pinpoint the exact historical data you want to access:
TIMESTAMP OFFSET (time difference in seconds from the present time) STATEMENT (query ID for statement) |
| TCopyIntoNode | |
| TCreatePipeSqlNode | |
| TCreateSemanticViewSqlNode |
Parse tree node for CREATE SEMANTIC VIEW statement.
|
| TCreateStageSqlNode | |
| TCreateStreamSqlNode | |
| TCreateTaskSqlNode | |
| TSemanticAttributeDef |
Semantic attribute definition node (for Facts, Dimensions, Metrics).
|
| TSemanticAttributeDefList |
List of semantic attribute definitions.
|
| TSemanticRelationshipDef |
Semantic relationship definition node.
|
| TSemanticRelationshipDefList |
List of semantic relationship definitions.
|
| TSemanticTableDef |
Semantic table definition node.
|
| TSemanticTableDefList |
List of semantic table definitions.
|
| TSemanticViewClause |
Generic container for TABLES, RELATIONSHIPS, FACTS, DIMENSIONS, METRICS clauses.
|
| TSemanticViewClauseList |
List of semantic view clauses.
|
| TStageReference | |
| TTaskOption | |
| TTaskOption.TSchedule |
| Enum | Description |
|---|---|
| ESemanticViewClauseType |
Types of clauses in CREATE SEMANTIC VIEW statement.
|
| ETaskOptionType | |
| TAtBeforeClause.ClauseType | |
| TAtBeforeClause.TimeTravelType |