Class ConvertToChecked

All Implemented Interfaces:
RelShuttle

public class ConvertToChecked extends RelHomogeneousShuttle
Converts a RelNode tree such that numeric arithmetic operations use checked arithmetic. Most SQL dialects should use checked arithmetic, i.e., they should produce a runtime error on overflow.