Interface TableFilter

All Superinterfaces:
GraphFilter<Table>
All Known Implementing Classes:
SomeTables

public interface TableFilter extends GraphFilter<Table>
Specifies how we should filter Tables.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether at least one table will pass the filter.

    Methods inherited from interface org.apache.spark.sql.pipelines.graph.GraphFilter

    filter, filterNot
  • Method Details

    • nonEmpty

      boolean nonEmpty()
      Returns whether at least one table will pass the filter.