Class AlwaysTrue
Object
org.apache.spark.sql.internal.connector.ExpressionWithToString
org.apache.spark.sql.connector.expressions.GeneralScalarExpression
org.apache.spark.sql.connector.expressions.filter.Predicate
org.apache.spark.sql.connector.expressions.filter.AlwaysTrue
- All Implemented Interfaces:
Serializable
,Expression
,Literal<Boolean>
,scala.Serializable
A predicate that always evaluates to
true
.- Since:
- 3.3.0
- See Also:
-
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.spark.sql.connector.expressions.GeneralScalarExpression
children, equals, hashCode, name
Methods inherited from class org.apache.spark.sql.internal.connector.ExpressionWithToString
describe, references
Methods inherited from interface org.apache.spark.sql.connector.expressions.Expression
describe, references
-
Constructor Details
-
AlwaysTrue
public AlwaysTrue()
-
-
Method Details