Uses of Class
io.trino.plugin.hive.type.TypeInfo
Packages that use TypeInfo
-
Uses of TypeInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return TypeInfoMethods in io.trino.plugin.hive with parameters of type TypeInfoConstructor parameters in io.trino.plugin.hive with type arguments of type TypeInfoModifierConstructorDescriptionBucketValidator(Location path, int[] bucketColumnIndices, List<TypeInfo> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket) -
Uses of TypeInfo in io.trino.plugin.hive.type
Subclasses of TypeInfo in io.trino.plugin.hive.typeModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal classclassfinal classfinal classfinal classMethods in io.trino.plugin.hive.type that return TypeInfoModifier and TypeMethodDescriptionListTypeInfo.getListElementTypeInfo()static TypeInfoTypeInfoFactory.getListTypeInfo(TypeInfo elementTypeInfo) MapTypeInfo.getMapKeyTypeInfo()static TypeInfoTypeInfoFactory.getMapTypeInfo(TypeInfo keyTypeInfo, TypeInfo valueTypeInfo) MapTypeInfo.getMapValueTypeInfo()static TypeInfoTypeInfoFactory.getStructTypeInfo(List<String> names, List<TypeInfo> typeInfos) static TypeInfoTypeInfoUtils.getTypeInfoFromTypeString(String typeString) static TypeInfoTypeInfoFactory.getUnionTypeInfo(List<TypeInfo> typeInfos) Methods in io.trino.plugin.hive.type that return types with arguments of type TypeInfoModifier and TypeMethodDescriptionStructTypeInfo.getAllStructFieldTypeInfos()UnionTypeInfo.getAllUnionObjectTypeInfos()TypeInfoUtils.getTypeInfosFromTypeString(String typeString) Methods in io.trino.plugin.hive.type with parameters of type TypeInfoModifier and TypeMethodDescriptionstatic TypeInfoTypeInfoFactory.getListTypeInfo(TypeInfo elementTypeInfo) static TypeInfoTypeInfoFactory.getMapTypeInfo(TypeInfo keyTypeInfo, TypeInfo valueTypeInfo) Method parameters in io.trino.plugin.hive.type with type arguments of type TypeInfoModifier and TypeMethodDescriptionstatic TypeInfoTypeInfoFactory.getUnionTypeInfo(List<TypeInfo> typeInfos) -
Uses of TypeInfo in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return TypeInfoMethods in io.trino.plugin.hive.util with parameters of type TypeInfoModifier and TypeMethodDescriptionstatic TypeSignatureHiveTypeTranslator.toTypeSignature(TypeInfo typeInfo, HiveTimestampPrecision timestampPrecision) Method parameters in io.trino.plugin.hive.util with type arguments of type TypeInfoModifier and TypeMethodDescriptionstatic intHiveBucketing.getHiveBucket(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<TypeInfo> types, Page page, int position) static intHiveBucketing.getHiveBucket(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<TypeInfo> types, Object[] values)