Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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