Uses of Interface
io.trino.plugin.base.mapping.IdentifierMapping
Packages that use IdentifierMapping
-
Uses of IdentifierMapping in io.trino.plugin.base.mapping
Classes in io.trino.plugin.base.mapping that implement IdentifierMappingModifier and TypeClassDescriptionfinal classclassclassclassMethods in io.trino.plugin.base.mapping that return IdentifierMappingModifier and TypeMethodDescriptionprotected abstract IdentifierMappingForwardingIdentifierMapping.delegate()static IdentifierMappingForwardingIdentifierMapping.of(Supplier<IdentifierMapping> delegateSupplier) Method parameters in io.trino.plugin.base.mapping with type arguments of type IdentifierMappingModifier and TypeMethodDescriptionstatic IdentifierMappingForwardingIdentifierMapping.of(Supplier<IdentifierMapping> delegateSupplier) Constructors in io.trino.plugin.base.mapping with parameters of type IdentifierMappingModifierConstructorDescriptionCachingIdentifierMapping(MappingConfig mappingConfig, IdentifierMapping identifierMapping) RuleBasedIdentifierMapping(IdentifierMappingRules rules, IdentifierMapping delegate)