Class QueryReduce

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.query.QueryReduce

@BoxBIF @BoxMember(type=QUERY) public class QueryReduce extends BIF
  • Constructor Details

    • QueryReduce

      public QueryReduce()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      This function reduces the query to a single value.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation