
prerna.reactor.Lambda Maven / Gradle / Ivy
The newest version!
package prerna.reactor;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.Vector;
import prerna.algorithm.api.ITableDataFrame;
import prerna.ds.QueryStruct;
import prerna.engine.api.IHeadersDataRow;
import prerna.sablecc2.om.Filter;
import prerna.sablecc2.om.GenRowStruct;
import prerna.sablecc2.om.Join;
import prerna.sablecc2.om.PixelDataType;
import prerna.sablecc2.om.nounmeta.NounMetadata;
public class Lambda implements Iterator{
// this is the map class - yeah well no shit
// eventually we can make it extend the whole spark stuff
// First is the options object which can be accessed through
// getOption
// The input is always a row iterator IHeadersDataRow
// seems like I need a new implementation for it
// I need a set query function which will pull all the data that is needed
// The function will work through each of the information
// store is where you can keep variable outside of the map if you want to
public Hashtable options = new Hashtable ();
public Hashtable store = new Hashtable ();
public String query = null;
public ITableDataFrame frame = null;
public QueryStruct qs = null;
Iterator thisIterator = null;
public Vector strVector = null;
public Vector decVector = null;
public Vector cols = null;
public Vector
© 2015 - 2025 Weber Informatics LLC | Privacy Policy