Adaptive Framework 0.9.0

evaluate_expression_tuple

The following is a list of properties for the function evaluate_expression_tuple:

PropertyValue
briefEvaluate expression tuple
categorycompiler
descriptionCompile a string containing adaptive expression tuple syntax and then evaluate the result.
functionIdevaluate_expression_tuple
functionLabelevaluate_expression_tuple
parameters[ { "dataType": "string", "description": "Expression tuple to compile and evaluate.", "name": "expression_tuple" }, { "brief": "Additional untrusted qualified variables", "dataType": "object", "dataTypeParameter": "_AdaptiveHybridPropertiesObjects_", "description": "This parameter supplies additional qualified variables that can be accessed during evaluation. These variables will not be used by anything that needs to ensure its qualified variables must come from a trusted source, such as authorization. This parameter is intended to be used for testing only and should not be used for anything running in production.", "name": "additionalUntrustedQualifiedVariables", "optional": true } ]
returns{ "description": "Evaluated adaptive expression tuple." }