org.apache.spark.sql.connect.client.SparkConnectClient
See theSparkConnectClient companion object
class SparkConnectClient
The low-level client that talks to a Spark Connect server over gRPC.
It owns the gRPC channel, the (stable) session id, the user context and the user agent, and exposes the four core RPCs used by the public API: ExecutePlan, AnalyzePlan, Config and Interrupt.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article