A data engineer encounters the following code snippet in a project's codebase: CREATE STREAMING LIVE TABLE loyal_customers AS SELECT customer_id FROM STREAM(LIVE.customers) WHERE loyalty_level = 'high'; What is the purpose of the STREAM function in this query?