Temporarily removed last_row as an aggregate function in crash_gen tool

This commit is contained in:
Steven Li 2021-03-11 02:14:14 +00:00
parent 2cf2df024e
commit 88b0262ecf
1 changed files with 1 additions and 1 deletions

View File

@ -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)'