Uses of Enum
org.apache.drill.exec.store.googlesheets.utils.GoogleSheetsUtils.DATA_TYPES
Packages that use GoogleSheetsUtils.DATA_TYPES
Package
Description
-
Uses of GoogleSheetsUtils.DATA_TYPES in org.apache.drill.exec.store.googlesheets
Constructors in org.apache.drill.exec.store.googlesheets with parameters of type GoogleSheetsUtils.DATA_TYPESModifierConstructorDescriptionGoogleSheetsColumn(String columnName, GoogleSheetsUtils.DATA_TYPES dataType, int drillColumnIndex, boolean isMetadata) GoogleSheetsColumn(String columnName, GoogleSheetsUtils.DATA_TYPES dataType, int googleColumnIndex, int drillColumnIndex) -
Uses of GoogleSheetsUtils.DATA_TYPES in org.apache.drill.exec.store.googlesheets.utils
Methods in org.apache.drill.exec.store.googlesheets.utils that return GoogleSheetsUtils.DATA_TYPESModifier and TypeMethodDescriptionstatic GoogleSheetsUtils.DATA_TYPESGoogleSheetsUtils.inferDataType(String data) Infers the datatype of an unknown string.static GoogleSheetsUtils.DATA_TYPESReturns the enum constant of this type with the specified name.static GoogleSheetsUtils.DATA_TYPES[]GoogleSheetsUtils.DATA_TYPES.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.drill.exec.store.googlesheets.utils with type arguments of type GoogleSheetsUtils.DATA_TYPESModifier and TypeMethodDescriptionstatic voidGoogleSheetsUtils.updateDataType(String columnName, Map<String, GoogleSheetsUtils.DATA_TYPES> dataTypesMap, String value)