blob: 3290e3593a68db576a9d829db43a7fdff413efdc [file] [log] [blame]
package edu.uci.ics.hyracks.algebricks.core.algebra.expressions;
import edu.uci.ics.hyracks.algebricks.core.api.exceptions.AlgebricksException;
public interface INullableTypeComputer {
public Object makeNullableType(Object type) throws AlgebricksException;
}