Class TimeFcts.TemporalConversionFunction

All Implemented Interfaces:
AssignmentTestable, Function, ScalarFunction
Enclosing class:
TimeFcts

public abstract static class TimeFcts.TemporalConversionFunction extends NativeScalarFunction
  • Constructor Details

  • Method Details

    • execute

      public ByteBuffer execute(Arguments arguments)
      Description copied from interface: ScalarFunction
      Applies this function to the specified arguments.
      Parameters:
      arguments - the input arguments for the function
      Returns:
      the result of applying this function to the arguments
    • beforeExecution

      protected void beforeExecution()
    • convertArgument

      protected abstract ByteBuffer convertArgument(long timeInMillis)