Class AllTables
Object
org.apache.spark.sql.pipelines.graph.AllTables
Used in full graph updates to select all tables.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract static boolean
abstract static boolean
static scala.collection.immutable.Seq<Table>
static scala.collection.immutable.Seq<Table>
static boolean
nonEmpty()
abstract static int
abstract static Object
productElement
(int n) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
-
Constructor Details
-
AllTables
public AllTables()
-
-
Method Details
-
filter
-
filterNot
-
nonEmpty
public static boolean nonEmpty() -
canEqual
-
equals
-
productArity
public abstract static int productArity() -
productElement
-
productIterator
-
productPrefix
-
productElementName
-
productElementNames
-