Package mondrian.rolap.agg
Class SegmentLoader.RowList.NativeColumn
- java.lang.Object
-
- mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
-
- Direct Known Subclasses:
SegmentLoader.RowList.DoubleColumn
,SegmentLoader.RowList.IntColumn
,SegmentLoader.RowList.LongColumn
- Enclosing class:
- SegmentLoader.RowList
abstract static class SegmentLoader.RowList.NativeColumn extends SegmentLoader.RowList.Column
-
-
Field Summary
Fields Modifier and Type Field Description protected BitSet
nullIndicators
-
Fields inherited from class mondrian.rolap.agg.SegmentLoader.RowList.Column
ordinal, type
-
-
Constructor Summary
Constructors Constructor Description NativeColumn(int ordinal, SqlStatement.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BitSet
getNullIndicators()
void
setNull(int row, boolean b)
-
Methods inherited from class mondrian.rolap.agg.SegmentLoader.RowList.Column
forType, getCapacity, getDouble, getInt, getObject, isNull, populateFrom, resize, setDouble, setInt, setLong, setObject
-
-
-
-
Field Detail
-
nullIndicators
protected BitSet nullIndicators
-
-
Constructor Detail
-
NativeColumn
NativeColumn(int ordinal, SqlStatement.Type type)
-
-
Method Detail
-
setNull
public void setNull(int row, boolean b)
- Overrides:
setNull
in classSegmentLoader.RowList.Column
-
getNullIndicators
protected BitSet getNullIndicators()
-
-