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.read
Interface ScanBuilder
All Known Subinterfaces:
SupportsPushDownFilters
,
SupportsPushDownRequiredColumns
@Evolving public interface
ScanBuilder
An interface for building the
Scan
. Implementations can mixin SupportsPushDownXYZ interfaces to do operator pushdown, and keep the operator pushdown result in the returned
Scan
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Scan
build
()
Method Detail
build
Scan
build()
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