Uses of Class
org.apache.drill.exec.store.googlesheets.columns.GoogleSheetsColumnRange
Packages that use GoogleSheetsColumnRange
Package
Description
-
Uses of GoogleSheetsColumnRange in org.apache.drill.exec.store.googlesheets.columns
Methods in org.apache.drill.exec.store.googlesheets.columns that return GoogleSheetsColumnRangeModifier and TypeMethodDescriptionGoogleSheetsColumnRange.setEndIndex
(int endColIndex) GoogleSheetsColumnRange.setStartIndex
(int startColIndex) -
Uses of GoogleSheetsColumnRange in org.apache.drill.exec.store.googlesheets.utils
Methods in org.apache.drill.exec.store.googlesheets.utils that return types with arguments of type GoogleSheetsColumnRangeModifier and TypeMethodDescriptionstatic List<GoogleSheetsColumnRange>
GoogleSheetsUtils.getProjectedRanges
(String sheetName, Map<String, GoogleSheetsColumn> columnMap) Method parameters in org.apache.drill.exec.store.googlesheets.utils with type arguments of type GoogleSheetsColumnRangeModifier and TypeMethodDescriptionGoogleSheetsRangeBuilder.addProjectedRanges
(List<GoogleSheetsColumnRange> projectedRanges)