Skip to content

Commit

Permalink
Show empty values explicitly in layout descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
archiecobbs committed May 9, 2017
1 parent 4a65ea5 commit 9e9ef68
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions LAYOUT.txt
Expand Up @@ -29,9 +29,9 @@ Recorded Schemas

Object Version Index

+------+------+-------------------+---------------+
| 0x00 | 0x80 | Version Number | ObjId |
+------+------+-------------------+---------------+
+------+------+-------------------+---------------+ +---------+
| 0x00 | 0x80 | Version Number | ObjId | | (Empty) |
+------+------+-------------------+---------------+ +---------+

User meta-data area

Expand All @@ -47,17 +47,17 @@ User meta-data area

****** SIMPLE FIELDS *******

+------------+---------------+ +---------------+
| Object ID | Storage ID | | Value | (non-default values only)
+------------+---------------+ +---------------+
+------------+---------------+ +---------------+
| Object ID | Storage ID | | Value | (non-default only)
+------------+---------------+ +---------------+

****** COMPLEX FIELDS *******

Set Field Element

+------------+---------------+---------------+
| Object ID | Storage ID | Element |
+------------+---------------+---------------+
+------------+---------------+---------------+ +---------+
| Object ID | Storage ID | Element | | (Empty) |
+------------+---------------+---------------+ +---------+

List Field Element

Expand All @@ -75,37 +75,37 @@ Map Field Entry

Simple Field Index

+------------+---------------+---------------+
| Storage ID | Value | ObjId |
+------------+---------------+---------------+
+------------+---------------+---------------+ +---------+
| Storage ID | Value | ObjId | | (Empty) |
+------------+---------------+---------------+ +---------+

Set Element Field Index

+------------+---------------+---------------+
| Storage ID | Element | ObjId |
+------------+---------------+---------------+
+------------+---------------+---------------+ +---------+
| Storage ID | Element | ObjId | | (Empty) |
+------------+---------------+---------------+ +---------+

List Element Field Index

+------------+---------------+---------------+---------------+
| Storage ID | Element | ObjId | List Index |
+------------+---------------+---------------+---------------+
+------------+---------------+---------------+---------------+ +---------+
| Storage ID | Element | ObjId | List Index | | (Empty) |
+------------+---------------+---------------+---------------+ +---------+

Map Key Field Index

+------------+---------------+---------------+
| Storage ID | Map Key | ObjId |
+------------+---------------+---------------+
+------------+---------------+---------------+ +---------+
| Storage ID | Map Key | ObjId | | (Empty) |
+------------+---------------+---------------+ +---------+

Map Value Field Index

+------------+---------------+---------------+---------------+
| Storage ID | Map Value | ObjId | Map Key |
+------------+---------------+---------------+---------------+
+------------+---------------+---------------+---------------+ +---------+
| Storage ID | Map Value | ObjId | Map Key | | (Empty) |
+------------+---------------+---------------+---------------+ +---------+

****** COMPOSITE INDEXES *******

+------------+---------------+...+---------------+--------------+
| Storage ID | Value 1 |...| Value N | ObjId |
+------------+---------------+...+---------------+--------------+
+------------+---------------+...+---------------+--------------+ +---------+
| Storage ID | Value 1 |...| Value N | ObjId | | (Empty) |
+------------+---------------+...+---------------+--------------+ +---------+

0 comments on commit 9e9ef68

Please sign in to comment.