Uses of Class
net.snowflake.hivemetastoreconnector.util.HiveToSnowflakeType.SnowflakeFileFormatType
-
Packages that use HiveToSnowflakeType.SnowflakeFileFormatType Package Description net.snowflake.hivemetastoreconnector.commands net.snowflake.hivemetastoreconnector.util -
-
Uses of HiveToSnowflakeType.SnowflakeFileFormatType in net.snowflake.hivemetastoreconnector.commands
Methods in net.snowflake.hivemetastoreconnector.commands with parameters of type HiveToSnowflakeType.SnowflakeFileFormatType Modifier and Type Method Description static StringCreateExternalTable. generateColumnStr(org.apache.hadoop.hive.metastore.api.FieldSchema columnSchema, int columnPosition, HiveToSnowflakeType.SnowflakeFileFormatType snowflakeFileFormatType, SnowflakeConf snowflakeConf)Generate the string for a column to be used in the query -
Uses of HiveToSnowflakeType.SnowflakeFileFormatType in net.snowflake.hivemetastoreconnector.util
Methods in net.snowflake.hivemetastoreconnector.util that return HiveToSnowflakeType.SnowflakeFileFormatType Modifier and Type Method Description static HiveToSnowflakeType.SnowflakeFileFormatTypeHiveToSnowflakeType. toSnowflakeFileFormatType(String serDeLib, String hiveFileFormat)Determines the most appropriate Snowflake file format type for a given Hive file format and SerDe.static HiveToSnowflakeType.SnowflakeFileFormatTypeHiveToSnowflakeType.SnowflakeFileFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static HiveToSnowflakeType.SnowflakeFileFormatType[]HiveToSnowflakeType.SnowflakeFileFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.hivemetastoreconnector.util with parameters of type HiveToSnowflakeType.SnowflakeFileFormatType Modifier and Type Method Description static StringHiveToSnowflakeType. toSnowflakeFileFormat(HiveToSnowflakeType.SnowflakeFileFormatType sfFileFmtType, org.apache.hadoop.hive.metastore.api.SerDeInfo serDeInfo, Map<String,String> tableProps)converts a Hive file format to a Snowflake file format
-