TextList Rules
A TextList value is a list of Text values.
The TextList type is primarily a technical construct designed to address scalability issues when handling a large number of Text variables.
Its rules are mainly used internally by Khiops to gather all Text variables within a Multi-Table
schema.
TextList
Builds a list of text values.
TextListSize
Number of text values in a list.
TextListAt
Returns a text value at given index (index starts at 1).
Returns ""
if the index is out of bounds.
TextListConcat
Concatenation of TextList values.
GetTextList
Access to a TextList
value of an entity. Returns an empty TextList
value if the entity
does not exist.
This rule extends the Entity Rules
to TextList
variables.
TableAllTexts
Numerical TableCountDistinct(Table table, Categorical value)
Aggregates all Text
values from a secondary variable in a TextList
.
This rule extends the Table Rules
to Text
variables.
TableAllTextLists
Concatenates all TextList
values from a secondary variable into a single TextList
.
This rule extends the Table Rules
to Text
variables.