MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.opt.index
Class EqIndex

java.lang.Object
  extended by ch.ethz.mxquery.opt.index.EqIndex

public class EqIndex
extends java.lang.Object


Constructor Summary
EqIndex(IndexSchema schema)
           
 
Method Summary
 java.util.Vector getGroups()
           
 java.util.Vector getValues()
           
 void index(Token[] values, int windowId)
           
 IntegerList retreive(Token[] values)
           
 IntegerList retreiveAndRemove(Token[] values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqIndex

public EqIndex(IndexSchema schema)
Method Detail

index

public void index(Token[] values,
                  int windowId)

retreive

public IntegerList retreive(Token[] values)

retreiveAndRemove

public IntegerList retreiveAndRemove(Token[] values)

getGroups

public java.util.Vector getGroups()

getValues

public java.util.Vector getValues()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich