Skip to content

Commit

Permalink
Reword Oracle pushdown support
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlodin authored and hashhar committed Jan 21, 2022
1 parent 0228bad commit 8c858b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/oracle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Predicate pushdown support

The connector does not support pushdown of any predicates on columns that use
the ``CLOB``, ``NCLOB``, ``BLOB``, or ``RAW(n)`` Oracle database types, or Trino
data types that :ref:`map to these Oracle database types <oracle-type-mapping>`.
data types that :ref:`map <oracle-type-mapping>` to these Oracle database types.

In the following example, the predicate is not pushed down for either query
since ``name`` is a column of type ``VARCHAR``, which maps to ``NCLOB`` in
Expand Down

0 comments on commit 8c858b8

Please sign in to comment.