mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(knowledge) ModelSchema add tag type element (#419)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -13,6 +13,8 @@ public class ModelSchema {
|
||||
private Set<SchemaElement> metrics = new HashSet<>();
|
||||
private Set<SchemaElement> dimensions = new HashSet<>();
|
||||
private Set<SchemaElement> dimensionValues = new HashSet<>();
|
||||
private Set<SchemaElement> tags = new HashSet<>();
|
||||
@Deprecated
|
||||
private SchemaElement entity = new SchemaElement();
|
||||
|
||||
public SchemaElement getElement(SchemaElementType elementType, long elementID) {
|
||||
|
||||
@@ -7,5 +7,6 @@ public enum SchemaElementType {
|
||||
VALUE,
|
||||
ENTITY,
|
||||
ID,
|
||||
DATE
|
||||
DATE,
|
||||
TAG
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user