Class TimestampOperatorNode

  • All Implemented Interfaces:
    Visitable

    class TimestampOperatorNode
    extends BinaryOperatorNode
    The TimestampOperatorNode class implements the timestamp( date, time) function.
    • Constructor Detail

      • TimestampOperatorNode

        TimestampOperatorNode​(ValueNode date,
                              ValueNode time,
                              ContextManager cm)
        Constructor for a TimestampOperatorNode.
        Parameters:
        date - The date
        time - The time
        cm - The context manager