Class GoogleSheetsColumnRange

java.lang.Object
org.apache.drill.exec.store.googlesheets.columns.GoogleSheetsColumnRange

public class GoogleSheetsColumnRange extends Object
  • Constructor Details

    • GoogleSheetsColumnRange

      public GoogleSheetsColumnRange(String sheetName)
  • Method Details

    • getStartColIndex

      public Integer getStartColIndex()
    • getStartColumnLetter

      public String getStartColumnLetter()
    • getEndColumnLetter

      public String getEndColumnLetter()
    • getEndColIndex

      public Integer getEndColIndex()
    • setStartIndex

      public GoogleSheetsColumnRange setStartIndex(int startColIndex)
    • setEndIndex

      public GoogleSheetsColumnRange setEndIndex(int endColIndex)