MCPcopy Create free account
hub / github.com/dotchain/dot / Table

Struct Table

x/rich/data/table.go:26–29  ·  view source on GitHub ↗

Table represents a table with named columns and rows This is an immutable type and all mutation methods (like AppendCol) return changes.Change (which can be applied to get the new Table) The rows and columns are stored in a map structure but ordered IDs can be obtained via RowIDs and ColIDs

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected