Uses of Class
io.trino.plugin.jdbc.JdbcTypeHandle
Packages that use JdbcTypeHandle
-
Uses of JdbcTypeHandle in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return JdbcTypeHandleModifier and TypeMethodDescriptionJdbcColumnHandle.getJdbcTypeHandle()JdbcExpression.getJdbcTypeHandle()Methods in io.trino.plugin.jdbc that return types with arguments of type JdbcTypeHandleModifier and TypeMethodDescriptionJdbcOutputTableHandle.getJdbcColumnTypes()QueryParameter.getJdbcType()Methods in io.trino.plugin.jdbc with parameters of type JdbcTypeHandleModifier and TypeMethodDescriptionprotected Optional<ColumnMapping>BaseJdbcClient.getForcedMappingToVarchar(JdbcTypeHandle typeHandle) protected static Optional<ColumnMapping>BaseJdbcClient.mapToUnboundedVarchar(JdbcTypeHandle typeHandle) JdbcColumnHandle.Builder.setJdbcTypeHandle(JdbcTypeHandle jdbcTypeHandle) CachingJdbcClient.toColumnMapping(ConnectorSession session, Connection connection, JdbcTypeHandle typeHandle) ForwardingJdbcClient.toColumnMapping(ConnectorSession session, Connection connection, JdbcTypeHandle typeHandle) JdbcClient.toColumnMapping(ConnectorSession session, Connection connection, JdbcTypeHandle typeHandle) protected StringDefaultQueryBuilder.toPredicate(JdbcClient client, ConnectorSession session, JdbcColumnHandle column, JdbcTypeHandle jdbcType, Type type, WriteFunction writeFunction, String operator, Object value, Consumer<QueryParameter> accumulator) Method parameters in io.trino.plugin.jdbc with type arguments of type JdbcTypeHandleModifier and TypeMethodDescriptionstatic QueryParameterQueryParameter.fromValueAsBlock(Optional<JdbcTypeHandle> jdbcType, Type type, Block valueBlock) BaseJdbcClient.toColumnMappings(ConnectorSession session, List<JdbcTypeHandle> typeHandles) CachingJdbcClient.toColumnMappings(ConnectorSession session, List<JdbcTypeHandle> typeHandles) ForwardingJdbcClient.toColumnMappings(ConnectorSession session, List<JdbcTypeHandle> typeHandles) JdbcClient.toColumnMappings(ConnectorSession session, List<JdbcTypeHandle> typeHandles) Constructors in io.trino.plugin.jdbc with parameters of type JdbcTypeHandleModifierConstructorDescriptionJdbcColumnHandle(String columnName, JdbcTypeHandle jdbcTypeHandle, Type columnType) JdbcColumnHandle(String columnName, JdbcTypeHandle jdbcTypeHandle, Type columnType, boolean nullable, Optional<String> comment) Deprecated.This constructor is intended to be used by JSON deserialization only.JdbcExpression(String expression, List<QueryParameter> parameters, JdbcTypeHandle jdbcTypeHandle) QueryParameter(JdbcTypeHandle jdbcType, Type type, Optional<Object> value) Constructor parameters in io.trino.plugin.jdbc with type arguments of type JdbcTypeHandle -
Uses of JdbcTypeHandle in io.trino.plugin.jdbc.aggregation
Constructors in io.trino.plugin.jdbc.aggregation with parameters of type JdbcTypeHandleModifierConstructorDescriptionImplementCount(JdbcTypeHandle bigintTypeHandle) ImplementCountAll(JdbcTypeHandle bigintTypeHandle) ImplementCountDistinct(JdbcTypeHandle bigintTypeHandle, boolean isRemoteCollationSensitive) Constructor parameters in io.trino.plugin.jdbc.aggregation with type arguments of type JdbcTypeHandleModifierConstructorDescriptionImplementSum(Function<DecimalType, Optional<JdbcTypeHandle>> decimalTypeHandle) -
Uses of JdbcTypeHandle in io.trino.plugin.jdbc.jmx
Methods in io.trino.plugin.jdbc.jmx with parameters of type JdbcTypeHandleModifier and TypeMethodDescriptionStatisticsAwareJdbcClient.toColumnMapping(ConnectorSession session, Connection connection, JdbcTypeHandle typeHandle) Method parameters in io.trino.plugin.jdbc.jmx with type arguments of type JdbcTypeHandleModifier and TypeMethodDescriptionStatisticsAwareJdbcClient.toColumnMappings(ConnectorSession session, List<JdbcTypeHandle> typeHandles)