Uses of Class
io.trino.plugin.hive.HiveTimestampPrecision
-
Packages that use HiveTimestampPrecision Package Description io.trino.plugin.hive io.trino.plugin.hive.util -
-
Uses of HiveTimestampPrecision in io.trino.plugin.hive
Fields in io.trino.plugin.hive declared as HiveTimestampPrecision Modifier and Type Field Description static HiveTimestampPrecisionHiveTimestampPrecision. DEFAULT_PRECISIONstatic HiveTimestampPrecisionHiveTimestampPrecision. MAXMethods in io.trino.plugin.hive that return HiveTimestampPrecision Modifier and Type Method Description HiveTimestampPrecisionHiveConfig. getTimestampPrecision()static HiveTimestampPrecisionHiveSessionProperties. getTimestampPrecision(ConnectorSession session)static HiveTimestampPrecisionHiveTimestampPrecision. valueOf(String name)Returns the enum constant of this type with the specified name.static HiveTimestampPrecision[]HiveTimestampPrecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive with parameters of type HiveTimestampPrecision Modifier and Type Method Description TypeHiveType. getType(TypeManager typeManager, HiveTimestampPrecision timestampPrecision)TypeSignatureHiveType. getTypeSignature(HiveTimestampPrecision timestampPrecision)HiveConfigHiveConfig. setTimestampPrecision(HiveTimestampPrecision timestampPrecision) -
Uses of HiveTimestampPrecision in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HiveTimestampPrecision Modifier and Type Method Description static List<HiveColumnHandle>HiveUtil. getRegularColumnHandles(Table table, TypeManager typeManager, HiveTimestampPrecision timestampPrecision)static List<HiveColumnHandle>HiveUtil. hiveColumnHandles(Table table, TypeManager typeManager, HiveTimestampPrecision timestampPrecision)static TypeSignatureHiveTypeTranslator. toTypeSignature(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo typeInfo, HiveTimestampPrecision timestampPrecision)
-