@Evolving public final class AlwaysTrue extends Predicate implements Literal<Boolean>
true.EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Constructor and Description |
|---|
AlwaysTrue() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
dataType()
Returns the SQL data type of the literal.
|
String |
toString() |
Boolean |
value()
Returns the literal value.
|
children, equals, hashCode, namedescribe, referencesdescribe, referencespublic Boolean value()
Literalpublic DataType dataType()
Literalpublic String toString()
toString in class org.apache.spark.sql.internal.connector.ExpressionWithToString