Packages

package zorder

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class InsertZorderBeforeWritingDatasource(session: SparkSession) extends Rule[LogicalPlan] with InsertZorderHelper with Product with Serializable
  2. case class InsertZorderBeforeWritingHive(session: SparkSession) extends Rule[LogicalPlan] with InsertZorderHelper with Product with Serializable
  3. trait InsertZorderHelper extends Rule[LogicalPlan] with ZorderBuilder
  4. case class OptimizeZorderCommand(catalogTable: CatalogTable, query: LogicalPlan) extends OptimizeZorderCommandBase with Product with Serializable

    A runnable command for zorder, we delegate to real command to execute

  5. abstract class OptimizeZorderCommandBase extends LogicalPlan with DataWritingCommand

    A runnable command for zorder, we delegate to real command to execute

  6. case class OptimizeZorderStatement(tableIdentifier: Seq[String], query: LogicalPlan) extends LogicalPlan with UnaryNode with Product with Serializable

    A zorder statement that contains we parsed from SQL.

    A zorder statement that contains we parsed from SQL. We should convert this plan to certain command at Analyzer.

  7. case class ResolveZorder(session: SparkSession) extends ResolveZorderBase with Product with Serializable

    Resolve OptimizeZorderStatement to OptimizeZorderCommand

  8. abstract class ResolveZorderBase extends Rule[LogicalPlan]

    Resolve OptimizeZorderStatement to OptimizeZorderCommand

  9. case class Zorder(children: Seq[Expression]) extends ZorderBase with Product with Serializable
  10. abstract class ZorderBase extends Expression
  11. trait ZorderBuilder extends AnyRef

Value Members

  1. object ZorderBytesUtils

Ungrouped