Skip to content

Commit 5c4db13

Browse files
committed
add instructions about how to remove relationship in where clause
1 parent f91c0f3 commit 5c4db13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/basic-concepts/4-indirect-dataflow-where-group-by.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ The total number of rows of the select list is impacted by the value of column `
1818
scott.emp.sal -> indirect -> RS-1.RelationRows
1919
```
2020

21+
if you want to filter the relation types to only include the direct dataflows, you can use the following option:
22+
23+
```
24+
option.filterRelationTypes("fdd");
25+
```
26+
27+
This will only show the direct dataflows in the result which doesn't include the indirect dataflows in where clause.
28+
29+
30+
2131
![image.png](https://images.gitee.com/uploads/images/2021/1206/120228_c087c542_8136809.png)
2232

2333
### 2. COUNT()

0 commit comments

Comments
 (0)