Uses of Class
org.apache.drill.exec.store.googlesheets.GoogleSheetsColumn
Packages that use GoogleSheetsColumn
-
Uses of GoogleSheetsColumn in org.apache.drill.exec.store.googlesheets.utils
Methods in org.apache.drill.exec.store.googlesheets.utils that return types with arguments of type GoogleSheetsColumnModifier and TypeMethodDescriptionstatic Map<String, GoogleSheetsColumn> GoogleSheetsUtils.getColumnMap(List<List<Object>> sampleData, List<SchemaPath> projectedColumns, boolean allTextMode) Method parameters in org.apache.drill.exec.store.googlesheets.utils with type arguments of type GoogleSheetsColumnModifier and TypeMethodDescriptionstatic TupleMetadataGoogleSheetsUtils.buildSchema(Map<String, GoogleSheetsColumn> columnMap) Builds a Drill Schema from a Map of GoogleSheetsColumns.static List<GoogleSheetsColumnRange> GoogleSheetsUtils.getProjectedRanges(String sheetName, Map<String, GoogleSheetsColumn> columnMap)