You are viewing documentation about an older version (1.29.0). View latest version

snowflake.snowpark.DataFrame.explain

DataFrame.explain() None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.0/snowpark-python/src/snowflake/snowpark/dataframe.py#L5977-L5985)

Prints the list of queries that will be executed to evaluate this DataFrame. Prints the query execution plan if only one SELECT/DML/DDL statement will be executed.

For more information about the query execution plan, see the EXPLAIN command.

语言: 中文