| Interface | Description |
|---|---|
| IQueryRewriter |
A query rewriter can be used for rewriting (part of) a query's string
representation.
|
| Class | Description |
|---|---|
| AbstractQueryRewriter |
Abstract implementation of query rewriter.
|
| DB2QueryRewriter |
Query rewriter for IBM DB2
|
| DefaultQueryRewriter |
Generic query rewriter that adds syntax enhancements that are only possible to resolve just before execution time.
|
| H2QueryRewriter |
Query rewriter for H2
|
| Hive2QueryRewriter |
Query rewriter for Apache Hive
|
| HiveQueryRewriter |
Query rewriter for Apache Hive
|
| HsqldbQueryRewriter |
Query rewriter for HSQLDB
|
| ImpalaQueryRewriter |
Query rewriter for Apache Impala
Because Impala uses the same metadata store as Hive to record information about table structure and properties,
so Impala provides a high degree of compatibility with the Hive Query Language (HiveQL) ;
|
| LimitOffsetQueryRewriter |
Query rewriter for databases that support LIMIT and OFFSET keywords for max
rows and first row properties.
|
| MysqlQueryRewriter |
Query rewriter for MySQL
|
| OffsetFetchQueryRewriter |
Query rewriter for databases that support OFFSET and FETCH keywords for max
rows and first row properties.
|
| OracleQueryRewriter |
Query rewriter for Oracle
|
| PostgresqlQueryRewriter |
Query rewriter for PostgreSQL
|
| RowNumberQueryRewriter |
Query rewriter for databases that support RowNumber keywords for max
rows and first row properties.
|
| SQLiteQueryRewriter |
Query rewriter for SQLite database
|
| SQLServerQueryRewriter |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.