You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/schema/source/DevicePredicateHandler.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public abstract class DevicePredicateHandler implements AutoCloseable {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/schema/source/TableDeviceFetchSource.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -81,21 +81,21 @@ public void transformToTsBlockColumns(
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/predicate/schema/CheckSchemaPredicateVisitor.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
40
40
importjava.util.Objects;
41
41
42
-
// Return whether input expression can not be bounded to a single ID
42
+
// Return whether the input expression can not be bounded by tag-only predicates.
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/predicate/schema/ConvertSchemaPredicateToFilterVisitor.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@
68
68
/**
69
69
* The {@link ConvertSchemaPredicateToFilterVisitor} will convert a predicate to {@link
70
70
* SchemaFilter}. For the predicates which can not be converted, this will return {@code null}.
71
-
* However, for IdDeterminedPredicate, this visitor shall never return {@code null}.
71
+
* However, for tag-determined predicates, this visitor shall never return {@code null}.
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/predicate/schema/ExtractPredicateColumnNameVisitor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public class ExtractPredicateColumnNameVisitor extends PredicateVisitor<String,
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/SchemaPredicateUtil.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ public class SchemaPredicateUtil {
51
51
52
52
privateSchemaPredicateUtil() {}
53
53
54
-
// pair.left is Expressions only contain ID columns
55
-
// pair.right is Expressions contain at least one ATTRIBUTE column
54
+
// pair.left is expressions that only contain tag columns
55
+
// pair.right is expressions that contain at least one attribute column
0 commit comments