Packages

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CassandraDirectJoinExec(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, cassandraSide: BuildSide, condition: Option[Expression], child: SparkPlan, aliasMap: Map[String, ExprId], cassandraPlan: BatchScanExec) extends SparkPlan with UnaryExecNode with Product with Serializable

    A physical plan for performing a join against a CassandraTable given a set of keys.

  2. case class CassandraDirectJoinStrategy(spark: SparkSession) extends Strategy with Serializable with Product

    Direct Join Strategy Converts logical plans where the join target is a Cassandra derived branch with joinWithCassandraTable style Join

Value Members

  1. object CassandraDirectJoinStrategy extends Logging with Serializable

Ungrouped