executionInfo
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