break;
case FunctionType.STOREFUNC:
StoreFuncInterface storeFunc = (StoreFuncInterface) func;
break;
case FunctionType.PIGTOSTREAMFUNC:
PigToStream ptsFunc = (PigToStream) func;
break;
case FunctionType.STREAMTOPIGFUNC:
StreamToPig stpFunc = (StreamToPig) func;
break;
default: