From 589302e9d98458ce08f7e8a68f59d4d8b274703d Mon Sep 17 00:00:00 2001 From: Jessica Date: Tue, 9 Aug 2022 16:24:50 -0400 Subject: [PATCH] Edit type mapping section for Memory connector --- docs/src/main/sphinx/connector/memory.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/src/main/sphinx/connector/memory.rst b/docs/src/main/sphinx/connector/memory.rst index 7c701a3da31ff..2f646c509230a 100644 --- a/docs/src/main/sphinx/connector/memory.rst +++ b/docs/src/main/sphinx/connector/memory.rst @@ -5,7 +5,6 @@ Memory connector The Memory connector stores all data and metadata in RAM on workers and both are discarded when Trino restarts. - Configuration ------------- @@ -41,6 +40,14 @@ Drop table:: DROP TABLE memory.default.nation; +.. _memory-type-mapping: + +Type mapping +------------ + +Trino supports all data types used within the Memory schemas so no mapping is +required. + .. _memory-sql-support: SQL support @@ -80,8 +87,6 @@ For the Memory connector, a table scan is delayed until the collection of dynami This can be disabled by using the configuration property ``memory.enable-lazy-dynamic-filtering`` in the catalog file. - - Limitations -----------