java.lang.Object
org.apache.arrow.vector.compare.Range
Wrapper for the parameters of comparing a range of values in two vectors.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
setLeftStart
(int leftStart) setLength
(int length) setRightStart
(int rightStart)
-
Constructor Details
-
Range
public Range()Constructs a new instance. -
Range
public Range(int leftStart, int rightStart, int length) Constructs a new instance.- Parameters:
leftStart
- start index in left vectorrightStart
- start index in right vectorlength
- length of range
-
-
Method Details
-
getLeftStart
public int getLeftStart() -
getRightStart
public int getRightStart() -
getLength
public int getLength() -
setLeftStart
-
setRightStart
-
setLength
-