Skip to content

Commit 3e3e6cf

Browse files
committed
Address docs
1 parent e3ccb5b commit 3e3e6cf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package org.hypertrace.core.documentstore;
22

33
public enum DocumentType {
4-
// FLAT documents don't contain columns/fields with type annotations like value, valueList,
5-
// valueMap. They're plain JSON documents.
4+
// FLAT documents contain individual columns for each attribute
65
FLAT,
7-
// NESTED documents contain columns/fields with the above type information.
6+
// NESTED documents contains attributes as a nested JSON document
87
NESTED
98
}

0 commit comments

Comments
 (0)