org.apache.spark.sql.execution

command

package command

Visibility
  1. Public
  2. All

Type Members

  1. abstract class TiCommand extends LogicalPlan with RunnableCommand

    TiCommand is used to inherit from org.apache.spark.sql.execution.command.RunnableCommand

  2. case class TiCreateTableLikeCommand(tiContext: TiContext, delegate: CreateTableLikeCommand) extends LogicalPlan with RunnableCommand with Product with Serializable

  3. case class TiDescribeTablesCommand(tiContext: TiContext, delegate: DescribeTableCommand) extends TiCommand with Product with Serializable

    CHECK Spark org.apache.spark.sql.execution.command.DescribeTableCommand

  4. case class TiSetDatabaseCommand(tiContext: TiContext, delegate: SetDatabaseCommand) extends TiCommand with Product with Serializable

    CHECK Spark org.apache.spark.sql.execution.command.SetDatabaseCommand

  5. case class TiShowColumnsCommand(tiContext: TiContext, delegate: ShowColumnsCommand) extends TiCommand with Product with Serializable

    CHECK Spark org.apache.spark.sql.execution.command.ShowColumnsCommand

  6. case class TiShowDatabasesCommand(tiContext: TiContext, delegate: ShowDatabasesCommand) extends TiCommand with Product with Serializable

    CHECK Spark org.apache.spark.sql.execution.command.ShowDatabasesCommand

  7. case class TiShowTablesCommand(tiContext: TiContext, delegate: ShowTablesCommand) extends TiCommand with Product with Serializable

    CHECK Spark org.apache.spark.sql.execution.command.ShowTablesCommand

Ungrouped