Uses of Class
io.trino.server.protocol.PreparedStatementEncoder
Packages that use PreparedStatementEncoder
-
Uses of PreparedStatementEncoder in io.trino.server
Constructors in io.trino.server with parameters of type PreparedStatementEncoderModifierConstructorDescriptionHttpRequestSessionContextFactory(PreparedStatementEncoder preparedStatementEncoder, Metadata metadata, GroupProvider groupProvider, AccessControl accessControl, ProtocolConfig protocolConfig) -
Uses of PreparedStatementEncoder in io.trino.server.protocol
Constructors in io.trino.server.protocol with parameters of type PreparedStatementEncoderModifierConstructorDescriptionExecutingStatementResource(QueryManager queryManager, DirectExchangeClientSupplier directExchangeClientSupplier, ExchangeManagerRegistry exchangeManagerRegistry, BlockEncodingSerde blockEncodingSerde, QueryInfoUrlFactory queryInfoUrlTemplate, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor, PreparedStatementEncoder preparedStatementEncoder, ServerConfig serverConfig)