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