blob: b1d6d5a27ba222da2a54d573325f296bf018a1d8 [file] [log] [blame]
package edu.uci.ics.asterix.aql.expression;
public enum ConstructorType {
ORDERED_LIST_CONSTRUCTOR,
UNORDERED_LIST_CONSTRUCTOR,
RECORD_CONSTRUCTOR,
}