snowflake.snowpark.catalog.Catalog.list_columns¶
- Catalog.list_columns(table_name: Union[str, Table], *, database: Optional[Union[str, DatabaseModel]] = None, schema: Optional[Union[str, ModelSchemaModel]] = None) List[TableColumn][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/catalog.py#L248-L268)¶
- List columns in the given table. - Parameters:
- table_name – table name. 
- database – database name or - Databaseobject. Defaults to None.
- schema – schema name or - Schemaobject. Defaults to None.