package zorder
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class InsertZorderBeforeWritingDatasource(session: SparkSession) extends Rule[LogicalPlan] with InsertZorderHelper with Product with Serializable
- case class InsertZorderBeforeWritingHive(session: SparkSession) extends Rule[LogicalPlan] with InsertZorderHelper with Product with Serializable
- trait InsertZorderHelper extends Rule[LogicalPlan] with ZorderBuilder
-
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
-
abstract
class
OptimizeZorderCommandBase extends LogicalPlan with DataWritingCommand
A runnable command for zorder, we delegate to real command to execute
-
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.
-
case class
ResolveZorder(session: SparkSession) extends ResolveZorderBase with Product with Serializable
Resolve
OptimizeZorderStatementtoOptimizeZorderCommand -
abstract
class
ResolveZorderBase extends Rule[LogicalPlan]
Resolve
OptimizeZorderStatementtoOptimizeZorderCommand - case class Zorder(children: Seq[Expression]) extends ZorderBase with Product with Serializable
- abstract class ZorderBase extends Expression
- trait ZorderBuilder extends AnyRef
Value Members
- object ZorderBytesUtils