public class AlwaysTrue extends Filter implements scala.Product, scala.Serializable
true
.
Constructor and Description |
---|
AlwaysTrue() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canEqual(Object x$1) |
static AlwaysTrue |
copy() |
static boolean |
equals(Object x$1) |
static int |
hashCode() |
static int |
productArity() |
static Object |
productElement(int x$1) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
String[] |
references()
List of columns that are referenced by this filter.
|
static String |
toString() |
static String[][] |
v2references() |
v2references
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String[][] v2references()
public static AlwaysTrue copy()
public static String productPrefix()
public static int productArity()
public static Object productElement(int x$1)
public static scala.collection.Iterator<Object> productIterator()
public static boolean canEqual(Object x$1)
public static int hashCode()
public static String toString()
public static boolean equals(Object x$1)
public String[] references()
Filter
Note that, each element in references
represents a column; dots
are used as separators
for nested columns. If any part of the names contains dots
, it is quoted to avoid confusion.
references
in class Filter