Class DivideSqlFunction

java.lang.Object
com.gigaspaces.query.sql.functions.SqlFunction
com.gigaspaces.query.sql.functions.DivideSqlFunction

public class DivideSqlFunction extends SqlFunction
Returns the the subtraction of two objects
Since:
16.0.1
Author:
Alon Shoham
  • Constructor Details

    • DivideSqlFunction

      public DivideSqlFunction()
  • Method Details

    • apply

      public Object apply(SqlFunctionExecutionContext context)
      Description copied from class: SqlFunction
      Defines the action to be performed on the stored object.
      Specified by:
      apply in class SqlFunction
      Parameters:
      context - which contains two arguments that have multiplication relations between them
      Returns:
      Returns the multiplication of the first one and the second object.