Skip to content

Commit e9e500b

Browse files
committed
Add example derivation rules
1 parent 9cec2f1 commit e9e500b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

khiops/core/dictionary.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,10 @@ class Variable:
976976
structure_type : str
977977
Type complement for the ``Structure`` type. Set to "" for other types.
978978
rule : str
979-
Derivation rule. Set to "" if there is no rule associated to this variable.
979+
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]"
980983
variable_block : `VariableBlock`
981984
Block to which the variable belongs. Not set if the variable does not belong to
982985
a block.

0 commit comments

Comments
 (0)