blob: 0d234fb46e98fb5880f7e68f9badaf3115c2757a [file] [log] [blame]
package edu.uci.ics.hivesterix.logical.plan;
public class HiveOperatorAnnotations {
// hints
public static final String LOCAL_GROUP_BY = "LOCAL_GROUP_BY";
}