Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/_hyperfunctions/state_agg/interpolated_duration_in.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ api_details:
code: |
interpolated_duration_in(
state {TEXT | BIGINT},
tws StateAgg,
agg StateAgg,
start TIMESTAMPTZ,
interval INTERVAL
[, prev StateAgg]
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions api/_hyperfunctions/timeline_agg/interpolated_duration_in.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ api_details:
code: |
interpolated_duration_in(
state {TEXT | BIGINT},
tws TimelineAgg,
agg TimelineAgg,
start TIMESTAMPTZ,
interval INTERVAL
[, prev TimelineAgg]
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ api_details:
code: |
interpolated_state_periods(
state [TEXT | BIGINT],
tws TimelineAgg,
agg TimelineAgg,
start TIMESTAMPTZ,
interval INTERVAL,
[, prev TimelineAgg]
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ api_details:
- language: sql
code: |
interpolated_state_timeline(
tws TimelineAgg,
agg TimelineAgg,
start TIMESTAMPTZ,
interval INTERVAL,
[, prev TimelineAgg]
Expand All @@ -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
Expand Down