Revision 2532
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql_gen.py | ||
---|---|---|
152 | 152 |
@param args [Code...] The function's arguments |
153 | 153 |
''' |
154 | 154 |
if not isinstance(function, Code): function = Function(function) |
155 |
args = map(remove_col_rename, args) |
|
155 | 156 |
|
156 | 157 |
self.function = function |
157 | 158 |
self.args = args |
Also available in: Unified diff
sql_gen.py: FunctionCall: Filter args through remove_col_rename() to remove any renamings from the function args