App: add list/tuple() function to Expression
For easy creation of Python list/tuple using expression. Range expression can now be expanded into list or tuple.
This commit is contained in:
@@ -267,6 +267,8 @@ public:
|
||||
FLOOR,
|
||||
HYPOT,
|
||||
CATH,
|
||||
LIST,
|
||||
TUPLE,
|
||||
|
||||
// Aggregates
|
||||
AGGREGATES,
|
||||
@@ -453,7 +455,7 @@ public:
|
||||
|
||||
Range getRange() const;
|
||||
|
||||
virtual boost::any getValueAsAny() const override { return boost::any(); }
|
||||
virtual boost::any getValueAsAny() const override;
|
||||
|
||||
virtual Py::Object getPyValue() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user