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