From 98283da5b9de5ba1009f902a22ab9e933d1ea8f8 Mon Sep 17 00:00:00 2001 From: Smitty Date: Tue, 31 Jan 2023 16:37:20 -0500 Subject: [PATCH] Fix argument name for state/timeline functions --- api/_hyperfunctions/state_agg/interpolated_duration_in.md | 4 ++-- api/_hyperfunctions/timeline_agg/interpolated_duration_in.md | 4 ++-- .../timeline_agg/interpolated_state_periods.md | 4 ++-- .../timeline_agg/interpolated_state_timeline.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/_hyperfunctions/state_agg/interpolated_duration_in.md b/api/_hyperfunctions/state_agg/interpolated_duration_in.md index 78848a81c9..13a3513df2 100644 --- a/api/_hyperfunctions/state_agg/interpolated_duration_in.md +++ b/api/_hyperfunctions/state_agg/interpolated_duration_in.md @@ -25,7 +25,7 @@ api_details: code: | interpolated_duration_in( state {TEXT | BIGINT}, - tws StateAgg, + agg StateAgg, start TIMESTAMPTZ, interval INTERVAL [, prev StateAgg] @@ -36,7 +36,7 @@ api_details: - name: state type: TEXT | BIGINT description: The state to query - - name: tws + - name: agg type: StateAgg description: A state aggregate created with [`state_agg`](#state_agg) - name: start diff --git a/api/_hyperfunctions/timeline_agg/interpolated_duration_in.md b/api/_hyperfunctions/timeline_agg/interpolated_duration_in.md index e9e36ac79d..0545f66991 100644 --- a/api/_hyperfunctions/timeline_agg/interpolated_duration_in.md +++ b/api/_hyperfunctions/timeline_agg/interpolated_duration_in.md @@ -25,7 +25,7 @@ api_details: code: | interpolated_duration_in( state {TEXT | BIGINT}, - tws TimelineAgg, + agg TimelineAgg, start TIMESTAMPTZ, interval INTERVAL [, prev TimelineAgg] @@ -36,7 +36,7 @@ api_details: - name: state type: TEXT | BIGINT description: The state to query - - name: tws + - name: agg type: TimelineAgg description: A timeline aggregate created with [`timeline_agg`](#timeline_agg) - name: start diff --git a/api/_hyperfunctions/timeline_agg/interpolated_state_periods.md b/api/_hyperfunctions/timeline_agg/interpolated_state_periods.md index e8ded2f58b..e74bc45e95 100644 --- a/api/_hyperfunctions/timeline_agg/interpolated_state_periods.md +++ b/api/_hyperfunctions/timeline_agg/interpolated_state_periods.md @@ -29,7 +29,7 @@ api_details: code: | interpolated_state_periods( state [TEXT | BIGINT], - tws TimelineAgg, + agg TimelineAgg, start TIMESTAMPTZ, interval INTERVAL, [, prev TimelineAgg] @@ -40,7 +40,7 @@ api_details: - name: state type: TEXT | BIGINT description: The state to query - - name: tws + - name: agg type: TimelineAgg description: A timeline aggregate created with [`timeline_agg`](#timeline_agg) - name: start diff --git a/api/_hyperfunctions/timeline_agg/interpolated_state_timeline.md b/api/_hyperfunctions/timeline_agg/interpolated_state_timeline.md index 09183d6739..806f4858c9 100644 --- a/api/_hyperfunctions/timeline_agg/interpolated_state_timeline.md +++ b/api/_hyperfunctions/timeline_agg/interpolated_state_timeline.md @@ -26,7 +26,7 @@ api_details: - language: sql code: | interpolated_state_timeline( - tws TimelineAgg, + agg TimelineAgg, start TIMESTAMPTZ, interval INTERVAL, [, prev TimelineAgg] @@ -37,7 +37,7 @@ api_details: - name: state type: TEXT | BIGINT description: The state to query - - name: tws + - name: agg type: TimelineAgg description: A timeline aggregate created with [`timeline_agg`](#timeline_agg) - name: start