Package org.apache.spark.sql.sources
Class AlwaysTrue
Object
org.apache.spark.sql.sources.Filter
org.apache.spark.sql.sources.AlwaysTrue
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
A filter that always evaluates to
true
.
- Since:
- 3.0.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static AlwaysTrue
copy()
static boolean
static int
hashCode()
static int
static Object
productElement
(int x$1) static String
productElementName
(int x$1) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
String[]
List of columns that are referenced by this filter.static String
toString()
toV2()
static String[][]
Methods inherited from class org.apache.spark.sql.sources.Filter
v2references
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
AlwaysTrue
public AlwaysTrue()
-
-
Method Details
-
v2references
-
productElementNames
-
copy
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
productElementName
-
hashCode
public static int hashCode() -
toString
-
equals
-
references
Description copied from class:Filter
List of columns that are referenced by this filter.Note that, each element in
references
represents a column. The column name follows ANSI SQL names and identifiers: dots are used as separators for nested columns, name will be quoted if it contains special chars.- Specified by:
references
in classFilter
- Returns:
- (undocumented)
-
toV2
-