Skip to content

Commit

Permalink
Add links to type mapping overview
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlodin authored and hashhar committed Sep 12, 2022
1 parent 198958a commit 512c965
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
7 changes: 4 additions & 3 deletions docs/src/main/sphinx/connector/bigquery.rst
Expand Up @@ -147,9 +147,10 @@ Type mapping
------------

Because Trino and BigQuery each support types that the other does not, this
connector modifies some types when reading or writing data. Data types may not
map the same way in both directions between Trino and the data source. Refer to
the following sections for type mapping in each direction.
connector :ref:`modifies some types <type-mapping-overview>` when reading or
writing data. Data types may not map the same way in both directions between
Trino and the data source. Refer to the following sections for type mapping in
each direction.

BigQuery type to Trino type mapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
7 changes: 4 additions & 3 deletions docs/src/main/sphinx/connector/cassandra.rst
Expand Up @@ -204,9 +204,10 @@ Type mapping
------------

Because Trino and Cassandra each support types that the other does not, this
connector modifies some types when reading or writing data. Data types may not
map the same way in both directions between Trino and the data source. Refer to
the following sections for type mapping in each direction.
connector :ref:`modifies some types <type-mapping-overview>` when reading or
writing data. Data types may not map the same way in both directions between
Trino and the data source. Refer to the following sections for type mapping in
each direction.

Cassandra type to Trino type mapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/druid.rst
Expand Up @@ -61,7 +61,7 @@ Type mapping
------------

Because Trino and Druid each support types that the other does not, this
connector modifies some types when reading data.
connector :ref:`modifies some types <type-mapping-overview>` when reading data.

Druid type to Trino type mapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
7 changes: 4 additions & 3 deletions docs/src/main/sphinx/connector/memsql.rst
Expand Up @@ -119,9 +119,10 @@ Type mapping
------------

Because Trino and Singlestore each support types that the other does not, this
connector modifies some types when reading or writing data. Data types may not
map the same way in both directions between Trino and the data source. Refer to
the following sections for type mapping in each direction.
connector :ref:`modifies some types <type-mapping-overview>` when reading or
writing data. Data types may not map the same way in both directions between
Trino and the data source. Refer to the following sections for type mapping in
each direction.

Singlestore to Trino read type mapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 512c965

Please sign in to comment.