Class SomeTables
Object
org.apache.spark.sql.pipelines.graph.SomeTables
- All Implemented Interfaces:
- Serializable,- GraphFilter<Table>,- TableFilter,- scala.Equals,- scala.Product
Used in partial graph updates to select "selectedTables".
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSomeTables(scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> selectedTables) 
- 
Method SummaryModifier and TypeMethodDescriptionabstract static Rapply(T1 v1) scala.collection.immutable.Seq<Table>Returns the subset of elements provided that match this filter.scala.collection.immutable.Seq<Table>Returns the subset of elements provided that do not match this filter.booleannonEmpty()Returns whether at least one table will pass the filter.scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier>static StringtoString()Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
SomeTablespublic SomeTables(scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> selectedTables) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1) 
- 
toString
- 
selectedTablespublic scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> selectedTables()
- 
filterDescription copied from interface:GraphFilterReturns the subset of elements provided that match this filter.- Specified by:
- filterin interface- GraphFilter<Table>
 
- 
filterNotpublic scala.collection.immutable.Seq<Table> filterNot(scala.collection.immutable.Seq<Table> tables) Description copied from interface:GraphFilterReturns the subset of elements provided that do not match this filter.- Specified by:
- filterNotin interface- GraphFilter<Table>
 
- 
nonEmptypublic boolean nonEmpty()Description copied from interface:TableFilterReturns whether at least one table will pass the filter.- Specified by:
- nonEmptyin interface- TableFilter
 
 
-