Skip to content
Shapemetry

Model - Table namespace

API reference for src/nodeMethods/tableNamespace on @huukhanhnguyen/model, reachable from ..

See the Guide for the ModelJSON / evaluate pipeline.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

createTableNamespace

function

Table.* expression namespace (tables v2). Kept separate from tables.ts so ExpressionNode can import without a circular dependency (tables.ts → ArgumentNode → ExpressionNode).

Unit O: Stats.* deleted — use Stat.* over mapped columns.

createTableNamespace(resolveTable: (key: string) => unknown): Record<string, unknown>
Last updated: 📖 1 min readEdit on GitHub