Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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