E
public static class MemoryFactory.Memory<E> extends Object
MATCH_RECOGNIZE
Memory maintains a "window" of records preceding and following a record; the records can be browsed using the get() or get(int) methods.
get()
get(int)
Memory(int history, int future, org.apache.calcite.linq4j.ModularInteger offset, @Nullable Object[] values)
get(int position)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Memory(int history, int future, org.apache.calcite.linq4j.ModularInteger offset, @Nullable Object[] values)
public String toString()
toString
Object
public E get()
public E get(int position)
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.