Class ConvertValuesToUnionNormalizer

  • All Implemented Interfaces:
    DialectExtraNormalizer

    public class ConvertValuesToUnionNormalizer
    extends Object
    implements DialectExtraNormalizer
    Many databases do not support VALUES, they use this normalizer and replace ValuesNodes with a union of Construction/True pairs.
    Author:
    Lukas Sundqvist