JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
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
Description
RDD
<
Row
>
buildScan
()
Method Details
buildScan
RDD
<
Row
>
buildScan
()