isPossibleCursor

open fun isPossibleCursor(field: Field): Boolean

Can the field be used as a cursor in a cursor-based incremental sync?

This predicate is like isPossiblePrimaryKeyElement but tighter: in addition to being able to round-trip the column values, we need to be able to query the max value from the source at the start of the sync.