Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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