Package

tech.sourced.engine

rule

Permalink

package rule

Visibility
  1. Public
  2. All

Value Members

  1. object AddSourceToAttributes extends Rule[LogicalPlan]

    Permalink

    Rule to assign to an AttributeReference metadata to identify the table it belongs to.

  2. object SquashGitRelationsJoin extends Rule[LogicalPlan]

    Permalink

    Logical plan rule to transform joins of GitRelations into a single GitRelation that will use chainable iterators for better performance.

    Logical plan rule to transform joins of GitRelations into a single GitRelation that will use chainable iterators for better performance. Rather than obtaining all the data from each table in isolation, it will reuse already filtered data from the previous iterator.

  3. object SquashMetadataRelationsJoin extends Rule[LogicalPlan]

    Permalink

Ungrouped