
🔍
Addition functions for partition tables
Name | Description / comments |
---|---|
.o.pnew[<mt>;<pd>] | Creates new partitioned table or appends new partition |
.o.pget[<dir>] | Loads partition metadict from disk & converts into partitioned table |
.o.pset[<dir>;<mt>] | Stores partitions and metadict on disk |
.o.pstore[<dir>;<mt>;<ids>] | Stores partitions and metadict on disk |
.o.psym[<mt>;<ids>] | Re-assign domain symbol |
.o.pdel[<mt>;<ids>] | Deletes partitions from partitioned table |
.o.pmd[<dir>] | Return partition metainfo dict filename relative to "dir" |
.o.pmnt[<mt>;<ids>] | Mounts specific partitions |
.o.pumnt[<mt>;<ids>] | Un-mounts specific partitions |
.o.pmtvalid[<mt>] | Checks if mt is proper metainfo dict |
.o.pvalid[<mt>] | Checks if mt is ptable or proper metainfo dict |
.o.pidvalid[<ids>] | Checks if partition ids are valid |
.o.pid2ix[<mt>;<ids>] | Translate partition ids into simple indices |