Initial import into git.
[galago.git] / java / pig-galago / src / com / yahoo / pig / data / Datum.java
blob580224f5774afdf8b2ce7a3924e8995abd0e0f76
1 /*
2 * Copyright (c) 2007 Yahoo! Inc. All rights reserved.
3 * See accompanying LICENSE file.
4 */
5 package com.yahoo.pig.data;
7 /**
8 * A marker class for a basic data unit.
9 */
10 public interface Datum extends Comparable {
12 public boolean equals(Datum other);