blob: 965932730115145a7a82fa555d2479db9bded56b [file] [log] [blame]
package edu.uci.ics.asterix.common.functions;
public enum FunctionDescriptorTag {
SCALAR,
AGGREGATE,
RUNNINGAGGREGATE,
SERIALAGGREGATE,
UNNEST
}