ThunkReturnTypeAssertions

enum ThunkReturnTypeAssertions : Enum<ThunkReturnTypeAssertions>

When ENABLED, the compiler adds additional evaluation-time checks to every thunk that verify that the ExprValue instance returned conforms to the expected org.partiql.types.StaticType.

This is intended only for testing and diagnostic purposes as it likely comes with a significant performance penalty. Production use may not be desirable.

Entries

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int