This is an automated email from the ASF dual-hosted git repository.
zyk pushed a change to branch table-model-debug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a867ffb8baf support null device value
add e63b3b2f201 support in, not, diff
add 687ee691ec0 Merge branch 'ty/TableModelGrammar' into table-model-debug
add 1b5f92328f5 implement is null
No new revisions were added by this update.
Summary of changes:
.../ConvertSchemaPredicateToFilterVisitor.java | 12 +++++++-
.../PredicatePushIntoIndexScanChecker.java | 2 +-
.../schema/cache/TableDeviceCacheEntry.java | 7 ++---
.../relational/metadata/TableMetadataImpl.java | 4 +--
.../planner/ir/ExpressionTranslateVisitor.java | 14 +++++----
.../ir/GlobalTimePredicateExtractVisitor.java | 33 ++++++++++++++++------
...hMap.java => KeyNullableConcurrentHashMap.java} | 2 +-
.../mem/mnode/container/MemMNodeContainer.java | 2 +-
.../utils/filter/DeviceFilterVisitor.java | 4 ++-
.../iotdb/commons/path/fa/nfa/SimpleNFA.java | 5 +++-
.../commons/schema/tree/AbstractTreeVisitor.java | 4 ++-
11 files changed, 61 insertions(+), 28 deletions(-)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/mtree/impl/mem/mnode/container/{NullableConcurrentHashMap.java
=> KeyNullableConcurrentHashMap.java} (98%)