Skip to content

Inbox functions in the Radio DuckDB extension

Function category

Inbox

3 functions

Queryable table views of received messages — across all subscriptions or filtered to one. Drain like any DuckDB table; the buffer is in-process and FIFO per subscription.

radio_received_messages

Table function Inbox
Signature
radio_received_messages() None
Description

radio_subscription_received_message_add

Table function Inbox
Signature
radio_subscription_received_message_add( col0: VARCHAR, col1: VARCHAR, col2: BLOB ) None
Arguments (Positional)
Argument col0 Type VARCHAR Mode Positional Description
Argument col1 Type VARCHAR Mode Positional Description
Argument col2 Type BLOB Mode Positional Description
Description

radio_subscription_received_messages

Table function Inbox
Signature
radio_subscription_received_messages(col0: VARCHAR) None
Arguments (Positional)
Argument col0 Type VARCHAR Mode Positional Description
Description