public interface BaseLongColumnValueSelector extends HotLoopCallee
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() |
inspectRuntimeShape@CalledFromHotLoop long getLong()
Copyright © 2011–2018. All rights reserved.