interface SortedTableHashColumnCreators implements [TableBase.Factory]<SortedTableHashColumn.Types>import { type SortedTableHashColumnCreators } from "https://deno.land/x/rimbu@0.14.0/table/custom/index.ts"; MethodscreateContext<UR, UC>(options?: { rowContext?: SortedMap.Context<UR>; columnContext?: HashMap.Context<UC>; }): SortedTableHashColumn.Context<UR, UC>Returns a new SortedTableHashColumn context instance based on the given options. defaultContext<UR, UC>(): SortedTableHashColumn.Context<UR, UC>Returns the default context for SortedTableHashColumns.