blob: 3ca7df86c0a38eb9fabe57902eab5b4109ea99e0 [file] [log] [blame]
package edu.uci.ics.asterix.dataflow.data.nontagged;
public enum Coordinate {
X,
Y,
Z
}