Class GoogleSheetsRangeBuilder

java.lang.Object
org.apache.drill.exec.store.googlesheets.utils.GoogleSheetsRangeBuilder
All Implemented Interfaces:
Iterator<String>

public class GoogleSheetsRangeBuilder extends Object implements Iterator<String>
This class is used to construct a range with the GoogleSheet reader in Drill. This builder generates ranges and can apply the projection and limit pushdowns to the ranges. GoogleSheets uses A1 notation for defining columns and ranges. An example would be: 'Sheet1'!A11:F20