public interface BaseLongColumnValueSelector extends HotLoopCallee, BaseNullableColumnValueSelector
ColumnValueSelector interface. Users of getLong() are encouraged to reduce the parameter/field/etc. type to BaseLongColumnValueSelector
to make it impossible to accidently call any method other than getLong().
All implementations of this interface MUST also implement ColumnValueSelector.| Modifier and Type | Method and Description |
|---|---|
long |
getLong() |
inspectRuntimeShapeisNull@CalledFromHotLoop long getLong()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.