Package

org.apache.spark.sql.execution

datasources

Permalink

package datasources

Visibility
  1. Public
  2. All

Value Members

  1. object PhysicalScan extends PredicateHelper

    Permalink

    A pattern that matches any number of project or filter operations on top of another relational operator.

    A pattern that matches any number of project or filter operations on top of another relational operator. All filter operators are collected and their conditions are broken up and returned together with the top project operator. Aliases are in-lined/substituted if necessary.

Ungrouped