mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
(improvment)(chat) semantic parse info dimension filters support UNION and AND splicing methods (#203)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.tencent.supersonic.common.pojo.enums;
|
||||
|
||||
public enum FilterType {
|
||||
//filtering between different dimensions will directly splice the AND clause
|
||||
AND,
|
||||
//filtering between different dimensions will generate multiple sql clauses and splice them together using union
|
||||
UNION
|
||||
}
|
||||
Reference in New Issue
Block a user