evaluate

suspend fun evaluate(): Result<BooleanField>

Evaluates the result of the function. If the data fits in memory, it is processed in a single pass. Larger datasets (typically >2 GB) are split into smaller processing areas to match available hardware, increasing processing time.

Return

A Result containing the function result, or an error if evaluation was unsuccessful.

Since

300.0.0