All Implemented Interfaces:
AliasableNode

public class DateFunctionNode extends FunctionalExpressionNode
INTERNAL

Purpose: Represent a date function: CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP.

Responsibilities:

  • Generate the correct expression for the date function
  • Constructor Details

    • DateFunctionNode

      public DateFunctionNode()
      DateFunctionNode constructor.
  • Method Details