Uses of Class
io.trino.plugin.jdbc.JdbcSortItem
Packages that use JdbcSortItem
-
Uses of JdbcSortItem in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return types with arguments of type JdbcSortItemMethod parameters in io.trino.plugin.jdbc with type arguments of type JdbcSortItemModifier and TypeMethodDescriptionBaseJdbcClient.TopNFunction.apply(String query, List<JdbcSortItem> sortItems, long limit) booleanBaseJdbcClient.supportsTopN(ConnectorSession session, JdbcTableHandle handle, List<JdbcSortItem> sortOrder) booleanCachingJdbcClient.supportsTopN(ConnectorSession session, JdbcTableHandle handle, List<JdbcSortItem> sortOrder) booleanForwardingJdbcClient.supportsTopN(ConnectorSession session, JdbcTableHandle handle, List<JdbcSortItem> sortOrder) booleanJdbcClient.supportsTopN(ConnectorSession session, JdbcTableHandle handle, List<JdbcSortItem> sortOrder) Constructor parameters in io.trino.plugin.jdbc with type arguments of type JdbcSortItemModifierConstructorDescriptionJdbcTableHandle(JdbcRelationHandle relationHandle, TupleDomain<ColumnHandle> constraint, List<ParameterizedExpression> constraintExpressions, Optional<List<JdbcSortItem>> sortOrder, OptionalLong limit, Optional<List<JdbcColumnHandle>> columns, Optional<Set<SchemaTableName>> otherReferencedTables, int nextSyntheticColumnId, Optional<String> authorization) -
Uses of JdbcSortItem in io.trino.plugin.jdbc.jmx
Method parameters in io.trino.plugin.jdbc.jmx with type arguments of type JdbcSortItemModifier and TypeMethodDescriptionbooleanStatisticsAwareJdbcClient.supportsTopN(ConnectorSession session, JdbcTableHandle handle, List<JdbcSortItem> sortOrder)