Package

org.locationtech.rasterframes

rules

Permalink

package rules

Rule registration support.

Since

2/19/18

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

Type Members

  1. trait SpatialRelationReceiver[+T <: SpatialRelationReceiver[T]] extends AnyRef

    Permalink

    Interface for LogicalRelations with the ability to capture spatial relations in query.

    Interface for LogicalRelations with the ability to capture spatial relations in query.

    Since

    7/16/18

Value Members

  1. object SpatialFilterPushdownRules extends Rule[LogicalPlan]

    Permalink

    Logical plan manipulations to handle spatial queries on tile components.

    Logical plan manipulations to handle spatial queries on tile components.

    Since

    12/21/17

  2. object SpatialFilters

    Permalink

    New filter types captured and rewritten for use in spatiotemporal data sources that can handle them.

    New filter types captured and rewritten for use in spatiotemporal data sources that can handle them.

    Since

    1/11/18

  3. object SpatialRelationReceiver

    Permalink
  4. object SpatialUDFSubstitutionRules extends Rule[LogicalPlan]

    Permalink

    Swaps out spatial relation UDFs for expression forms.

    Swaps out spatial relation UDFs for expression forms.

    Since

    2/19/18

  5. object TemporalFilters

    Permalink

    New filter types captured and rewritten for use in spatiotemporal data sources that can handle them.

    New filter types captured and rewritten for use in spatiotemporal data sources that can handle them.

    Since

    7/16/18

  6. def register(sqlContext: SQLContext): Unit

    Permalink
  7. def registerOptimization(sqlContext: SQLContext, rule: Rule[LogicalPlan]): Unit

    Permalink
  8. def splitFilters(f: Seq[Filter]): Seq[Filter]

    Permalink

    Separate And conditions into separate filters.

Inherited from AnyRef

Inherited from Any

Ungrouped