I\'m trying to call the LEAST function in Calcite SQL in my Apache Beam pipeline:
... ,LEAST(12.5 + (25 * Quartile), 100) AS PlayedPercentage ...