You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Documentation for gp_lttb lists the arguments as (time, value, resolution, then optional gapsize), but the actual implementation is (time, value, optional gapsize, then resolution). Given that this isn't a valid postgresQL function definition (the actual implementation using multiple functions to achieve this), the fix here is probably changing the code to match the documentation rather than the other way around.
The text was updated successfully, but these errors were encountered:
Describe the bug
Documentation for gp_lttb lists the arguments as (time, value, resolution, then optional gapsize), but the actual implementation is (time, value, optional gapsize, then resolution). Given that this isn't a valid postgresQL function definition (the actual implementation using multiple functions to achieve this), the fix here is probably changing the code to match the documentation rather than the other way around.
The text was updated successfully, but these errors were encountered: