JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.spark.sql.connector.expressions
Interface Expression
All Known Subinterfaces:
Literal
<T>,
NamedReference
,
RewritableTransform
,
Transform
@Evolving public interface
Expression
Base class of the public logical expression API.
Since:
3.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
describe
()
Format the expression as a human readable SQL-like string.
Method Detail
describe
String describe()
Format the expression as a human readable SQL-like string.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method