Package org.apache.druid.segment
Class SimpleSettableOffset
java.lang.Object
org.apache.druid.segment.data.Offset
org.apache.druid.segment.SimpleSettableOffset
- All Implemented Interfaces:
Cloneable,HotLoopCallee,ReadableOffset
- Direct Known Subclasses:
FrameFilteredOffset,SimpleAscendingOffset,SimpleDescendingOffset
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.segment.data.Offset
clone, getBaseReadableOffset, increment, reset, withinBoundsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.monomorphicprocessing.HotLoopCallee
inspectRuntimeShapeMethods inherited from interface org.apache.druid.segment.data.ReadableOffset
getOffset
-
Constructor Details
-
SimpleSettableOffset
public SimpleSettableOffset()
-
-
Method Details
-
setCurrentOffset
public abstract void setCurrentOffset(int currentOffset)
-