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