Package com.qfs.column
Interface ICompositeReadableColumn
- All Known Subinterfaces:
ICompositeColumn
- All Known Implementing Classes:
AColumnStore.CompositeColumnView,LazyChunkedCompositeColumn,SimpleCompositeReadableColumn
public interface ICompositeReadableColumn
A composite of several readable columns.
It can be seen as a column which internally contains several typed columns.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new cursor on this column.
-
Method Details
-
createCursor
ITableCursor createCursor()Creates a new cursor on this column.- Returns:
- a new cursor on this column
-