Class FloorSqlFunction

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

public class FloorSqlFunction extends SqlFunction
Built in mathematical sql function to get the largest integer value not greater than the given argument.
Since:
11.0.0
Author:
Tamir Schwarz
  • Constructor Details

    • FloorSqlFunction

      public FloorSqlFunction()
  • Method Details