public interface LongColumnSelector extends ColumnValueSelector<Long>, HotLoopCallee
| Modifier and Type | Method and Description |
|---|---|
default Class<Long> |
classOfObject()
Deprecated.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of LongColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
default double |
getDouble()
Deprecated.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of LongColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
default float |
getFloat()
Deprecated.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of LongColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
long |
getLong() |
default Long |
getObject()
Deprecated.
This method is marked as deprecated in LongColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of LongColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
inspectRuntimeShape@CalledFromHotLoop long getLong()
getLong in interface ColumnValueSelector<Long>@Deprecated @CalledFromHotLoop default float getFloat()
ColumnValueSelector
objects.getFloat in interface ColumnValueSelector<Long>@Deprecated @CalledFromHotLoop default double getDouble()
ColumnValueSelector
objects.getDouble in interface ColumnValueSelector<Long>@Deprecated default Long getObject()
ColumnValueSelector
objects.getObject in interface ColumnValueSelector<Long>@Deprecated default Class<Long> classOfObject()
ColumnValueSelector
objects.classOfObject in interface ColumnValueSelector<Long>Copyright © 2011–2017. All rights reserved.