mirror of https://github.com/apache/druid.git
parent
78159d7ca4
commit
6a845e1f7b
|
@ -87,6 +87,11 @@ public class SegmentInputRow implements InputRow
|
||||||
return delegate.compareTo(row);
|
return delegate.compareTo(row);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public InputRow getDelegate()
|
||||||
|
{
|
||||||
|
return delegate;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue