Packages

package optimizer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class LogicalDependentHashMarker(condition: Seq[Expression], pivots: Seq[TuplePoint], child: LogicalPlan) extends LogicalPlan with UnaryNode with Product with Serializable
  2. case class LogicalHashedMarker(keys: Seq[String], pivots: Seq[TuplePoint], child: LogicalPlan) extends LogicalPlan with UnaryNode with Product with Serializable
  3. case class LogicalSortedMarker(keys: Seq[String], child: LogicalPlan) extends LogicalPlan with UnaryNode with Product with Serializable
  4. class YtSortedTableMarkerRule extends Rule[LogicalPlan]
  5. case class YtSortedTableStrategy(spark: SparkSession) extends Strategy with Product with Serializable
  6. class YtSourceStrategy extends Strategy with Logging

Value Members

  1. object YtSortedTableMarkerRule
  2. object YtSortedTableStrategy extends Serializable

Ungrouped