Interface PartialScalarFunction

All Superinterfaces:
AssignmentTestable, Function, ScalarFunction

public interface PartialScalarFunction extends ScalarFunction
A partial application of a function.
See Also:
  • Method Details

    • getFunction

      Function getFunction()
      Returns the original function.
      Returns:
      the original function
    • getPartialArguments

      List<ByteBuffer> getPartialArguments()
      Returns the list of input parameters for the function where some parameters can be Function.UNRESOLVED.
      Returns:
      the list of input parameters for the function