Differences
This shows you the differences between two versions of the page.
|
create_lookup_table_group [2011/07/31 17:37] hermann created |
create_lookup_table_group [2026/08/28 03:17] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Create Lookup Table Group ====== | + | ====== Create Lookup Table Group ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor creates a group of lookup tables. | + | Container that creates a lookup table group out of a series of lookup tables connected inside it. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Lookup Table Group | [[ Lookup Table Group Type|Lookup Table Group ]] | The lookup table group comprising a set of lookup tables. | | + | | Lookup Table Group | [[Lookup Table Group Type]] | The resulting lookup table group, comprising the set of lookup tables connected inside this container. | |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Table | Table]] | + | [[Functor List#Lookup Table | Lookup Table]] |
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | Each lookup table inside this container must be provided by a corresponding [[Number Table]] hook. | ||
| - | ===== Notes ===== | + | The numbers assigned by the Number Table hooks must be sequential, starting at 1 with no gaps (1, 2, 3, and so on); otherwise this functor reports an error asking for the offending number to be renumbered. |
| - | Each table inside the Create Lookup Table Group must be provided by a corresponding [[Number Table]]. | + | The tables can later be retrieved individually from the group with [[Extract Lookup Table From Lookup Table Group]], using the same sequential number as the index. |
| - | ===== Internal Name ===== | + | ===== Internal Name ===== |
| CreateLookupTableGroup | CreateLookupTableGroup | ||