@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, name
describe, references
describe, references
public Boolean value()
Literal
public DataType dataType()
Literal
public String toString()
toString
in class org.apache.spark.sql.internal.connector.ExpressionWithToString