We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cec2f1 commit e9e500bCopy full SHA for e9e500b
khiops/core/dictionary.py
@@ -976,7 +976,10 @@ class Variable:
976
structure_type : str
977
Type complement for the ``Structure`` type. Set to "" for other types.
978
rule : str
979
- Derivation rule. Set to "" if there is no rule associated to this variable.
+ Derivation rule or external table reference. Set to "" if there is no
980
+ rule associated to this variable. Examples:
981
+ - standard rule: "Sum(Var1, Var2)"
982
+ - reference rule: "[TableName]"
983
variable_block : `VariableBlock`
984
Block to which the variable belongs. Not set if the variable does not belong to
985
a block.
0 commit comments