Class TimeFcts.TemporalConversionFunction

    • Constructor Detail

      • TemporalConversionFunction

        protected TemporalConversionFunction​(java.lang.String name,
                                             AbstractType<?> returnType,
                                             AbstractType<?>... argsType)
    • Method Detail

      • execute

        public java.nio.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 java.nio.ByteBuffer convertArgument​(long timeInMillis)