From eb7d166a23cb450d7b0db72a37f529ef2f1e6318 Mon Sep 17 00:00:00 2001 From: peiwangdb Date: Thu, 20 Jan 2022 09:13:48 -0500 Subject: [PATCH] fix memory connector doc description error --- hetu-docs/en/connector/memory.md | 5 +++-- hetu-docs/zh/connector/memory.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hetu-docs/en/connector/memory.md b/hetu-docs/en/connector/memory.md index 2610e4dbb..225bdce14 100644 --- a/hetu-docs/en/connector/memory.md +++ b/hetu-docs/en/connector/memory.md @@ -179,11 +179,12 @@ Use these properties when creating a table with the Memory Connector to make que Index Types -------------- -These are the types of indices that are built on the columns you specify in `sorted_by` or `index_columns`. If a query operator is not supported by a particular index, you can still use that operator, but the query will not benefit from the index. +These are the types of indices that are built on the columns you specify in `sorted_by` or `index_columns`. +If a query operator is not supported by a particular index, you can still use that operator, but the query will not benefit from the index. | Index ID |Built for Columns In | Supported query operators | |-----------------------------------|----------------------------------------|---------------------------------------| -| Bloom | `sorted_by,index_columns` | `=` `IN` | +| Bloom | `index_columns` | `=` `IN` | | MinMax | `sorted_by,index_columns` | `=` `>` `>=` `<` `<=` `IN` `BETWEEN` | | Sparse | `sorted_by` | `=` `>` `>=` `<` `<=` `IN` `BETWEEN` | diff --git a/hetu-docs/zh/connector/memory.md b/hetu-docs/zh/connector/memory.md index af4173393..538be5ed2 100644 --- a/hetu-docs/zh/connector/memory.md +++ b/hetu-docs/zh/connector/memory.md @@ -173,8 +173,8 @@ totaldiskbyteusage | totalmemorybyteusage | Index ID | 是否可用于`sorted_by`或`index_columns` | 支持的运算符 | |--------------|-----------------------------------------|---------------------------------------| -| Bloom | 两者都可 | `=` `IN` | -| MinMax | 仅`sorted_by` | `=` `>` `>=` `<` `<=` `IN` `BETWEEN` | +| Bloom | 仅`index_columns` | `=` `IN` | +| MinMax | 两者都可 | `=` `>` `>=` `<` `<=` `IN` `BETWEEN` | | Sparse | 仅`sorted_by` | `=` `>` `>=` `<` `<=` `IN` `BETWEEN` | 使用统计信息