Temporarily removed last_row as an aggregate function in crash_gen tool
This commit is contained in:
parent
2cf2df024e
commit
88b0262ecf
|
@ -1785,7 +1785,7 @@ class TdSuperTable:
|
|||
'top(speed, 50)', # TODO: not supported?
|
||||
'bottom(speed, 50)', # TODO: not supported?
|
||||
'apercentile(speed, 10)', # TODO: TD-1316
|
||||
'last_row(speed)',
|
||||
# 'last_row(speed)', # TODO: commented out per TD-3231, we should re-create
|
||||
# Transformation Functions
|
||||
# 'diff(speed)', # TODO: no supported?!
|
||||
'spread(speed)'
|
||||
|
|
Loading…
Reference in New Issue