A wrapper of a SafeResultRange which converts each row into an UnsafeRow.
Use the safe or unsafe UFCS methods to convert to and from these two types if needed.
$(SAFE_MIGRATION)
Equivalent to SafeResultRange.asAA, but converts each value to a Variant
Equivalent to SafeResultRange.front, but wraps as an UnsafeRow.
The underlying range is a SafeResultRange.
See Implementation
A wrapper of a SafeResultRange which converts each row into an UnsafeRow.
Use the safe or unsafe UFCS methods to convert to and from these two types if needed.
$(SAFE_MIGRATION)