Package io.trino.plugin.jdbc
Interface BaseJdbcClient.TopNFunction
- Enclosing class:
- BaseJdbcClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionapply(String query, List<JdbcSortItem> sortItems, long limit) static BaseJdbcClient.TopNFunctionsqlStandard(Function<String, String> quote)
-
Method Details
-
apply
-
sqlStandard
-