2 * Copyright (c) 2007 Yahoo! Inc. All rights reserved.
3 * See accompanying LICENSE file.
5 package com
.yahoo
.pig
.data
;
8 * A marker class for a basic data unit.
10 public interface Datum
extends Comparable
{
12 public boolean equals(Datum other
);