As far as I know, that false means that the function doesn't require any parameters. If it's true, then we need to provide parameters.
Best, Taewoo On Thu, Aug 20, 2015 at 3:16 PM, Heri Ramampiaro <[email protected]> wrote: > Anyone knows why these values in > "asterix-om/src/main/java/edu/uci/ics/asterix/om/functions/AsterixBuiltinFunctions.java” > are false? > > addFunction(CURRENT_DATE, ADateTypeComputer.INSTANCE, false); > addFunction(CURRENT_TIME, ATimeTypeComputer.INSTANCE, false); > > Thanks, > -heri
