org.apache.spark.sql.sources
Interface TableScan


public interface TableScan

::DeveloperApi:: A BaseRelation that can produce all of its tuples as an RDD of Row objects.

Since:
1.3.0

Method Summary
 RDD<Row> buildScan()
           
 

Method Detail

buildScan

RDD<Row> buildScan()