Packages

package planner

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class InvalidCommandInput(message: String = "", cause: Throwable = null) extends Exception with Product with Serializable
  2. class PythonStreamingQueryListener extends StreamingQueryListener

    A helper class for handling StreamingQueryListener related functionality in Spark Connect.

    A helper class for handling StreamingQueryListener related functionality in Spark Connect. Each instance of this class starts a python process, inside which has the python handling logic. When a new event is received, it is serialized to json, and passed to the python process.

  3. class SparkConnectPlanner extends Logging

Value Members

  1. object LiteralExpressionProtoConverter
  2. object SaveModeConverter

    Helper class for conversions between SaveMode and proto.WriteOperation.SaveMode.

  3. object StreamingForeachBatchHelper extends Logging

    A helper class for handling ForeachBatch related functionality in Spark Connect servers

  4. object TableSaveMethodConverter

    Helper class for conversions between save table method string and proto.WriteOperation.SaveTable.TableSaveMethod.

Ungrouped