Class WhereTemporal


  • public class WhereTemporal
    extends Object
    check if a where variable represents a temporal object. This is used to apply proper type casting and relevant operator using EPOCH_OFFSET instead of string value when dealing with date/time comparison in json structure
    • Constructor Detail

      • WhereTemporal

        public WhereTemporal​(List<Object> whereItems)
    • Method Detail

      • containsTemporalItem

        public boolean containsTemporalItem​(VariableDefinition variableDefinition)