Package

tech.sourced.gitbase.spark

rule

Permalink

package rule

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class JoinData(source: Option[Node] = None, conditions: Option[Expression] = None, filter: Option[Expression] = None, project: Seq[NamedExpression] = Nil, attributes: Seq[AttributeReference] = Nil, servers: Seq[GitbaseServer] = Nil, valid: Boolean = false) extends Product with Serializable

    Permalink

Value Members

  1. object AddSource extends Rule[LogicalPlan]

    Permalink

    Rule to assign to an org.apache.spark.sql.catalyst.expressions.AttributeReference metadata to identify the table it belongs to.

  2. object PushdownAggregations extends Rule[LogicalPlan]

    Permalink
  3. object PushdownJoins extends Rule[LogicalPlan]

    Permalink
  4. object PushdownTree extends Rule[LogicalPlan]

    Permalink
  5. def getAll: Seq[Rule[LogicalPlan]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped