You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement an index header type structure to hold the index type. The index header will include:
1. A type descriptor to be sure we're opening one of our files, maybe the text of the file extension.
2. The number of records contained in the data, possibly, may not be needed.
3. The **'type'** for the _key_, i.e. Integer, String, etc.
4. The number of _key_ **type**, for multiple indexing multiple keys.
Need to implement an index header type structure to hold the index type. The index header will include:
1. A type descriptor to be sure we're opening one of our files, maybe the text of the file extension. 2. The number of records contained in the data, possibly, may not be needed. 3. The **'type'** for the _key_, i.e. Integer, String, etc. 4. The number of _key_ **type**, for multiple indexing multiple keys.