Thanks. This means we should not change them to “true” and keep them as they are.
Best, -heri > On Aug 21, 2015, at 2:35 AM, Mike Carey <[email protected]> wrote: > > I thought it meant that it was false that they are FUNCTIONS. > (These return different values per call even if given the same params.) > > On 8/20/15 3:19 PM, Taewoo Kim wrote: >> 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 >
