
prerna.query.querystruct.OperationExpression Maven / Gradle / Ivy
The newest version!
package prerna.query.querystruct;
import java.util.List;
import java.util.Vector;
public class OperationExpression extends GenExpression {
// primarily a container class that keeps all of the union
public List opNames = new Vector();
// because it can be union of unions
public List operands = new Vector ();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy