Table¶
Classes
| 
 | Result of deleting rows in a  | 
| 
 | |
| 
 | Represents a lazily-evaluated Table. | 
| 
 | Result of updating rows in a  | 
| 
 | A matched clause for the  | 
| 
 | A not-matched clause for the  | 
Methods
| 
 | Deletes rows in a Table and returns a  | 
| Drops the table from the Snowflake database. | |
| 
 | Merges this  | 
| 
 | Samples rows based on either the number of rows to be returned or a percentage of rows to be returned. | 
| 
 | Updates rows in the Table with specified  | 
| 
 | Defines a delete action for the matched clause and returns an updated  | 
| 
 | Defines an update action for the matched clause and returns an updated  | 
| 
 | Defines an insert action for the not-matched clause and returns an updated  | 
Attributes
| The number of rows deleted. | |
| The number of rows deleted. | |
| The number of rows inserted. | |
| The number of rows updated. | |
| Whether the table is cached. | |
| The table name | |
| The number of multi-joined rows modified. | |
| The number of rows modified. |