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.sources
Interface TableScan
public interface
TableScan
A BaseRelation that can produce all of its tuples as an RDD of Row objects.
Since:
1.3.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
RDD
<
Row
>
buildScan
()
Method Detail
buildScan
RDD
<
Row
> buildScan()
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