Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

<expression> >= <value>

Description

Implements the GREATER THAN OR EQUAL TO operator. <expression> can be <table>.<column> or AGG(<table>.<column>, <start>, <end>). This operator can only be applied to numerical and timestamp columns.

Example

LAST(LOAN.AMOUNT, 0, 30) >= 0