2 * Copyright (c) 2007 Yahoo! Inc. All rights reserved.
3 * See accompanying LICENSE file.
5 package com
.yahoo
.pig
.impl
.physicalLayer
;
7 // to use POSplit, create a master/slave pair ...
8 abstract class POSplit
extends PhysicalOperator
{
10 public POSplit(int outputType
){