Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns an ExecutionInfo object after the query was executed.
The executionInfo property allows you to introspect information about the actual query execution after a successful execution. Accessing this property before query execution returns None. If the same DataFrame is executed multiple times, the execution info is overwritten by the latest operation.
Note
This property is dedicated to Spark Connect client only. With a regular Spark session, it throws an exception.
Returns
ExecutionInfo or None