A user executes the following query to find the maximum value of a date field in a table: ```sql SELECT MAX(o_orderdate) FROM ORDERS; ``` Which component of Snowflake's architecture is utilized by this query? | Snowflake SnowPro Core Quiz - LeetQuiz