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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • buildScan

      RDD<Row> buildScan()