public final class NaturallyJoinedTable extends JoinedTable
column_filter, column_scheme, column_table, reference_listDEBUG_QUERY| Constructor and Description |
|---|
NaturallyJoinedTable(Table left,
Table right)
Constructs the table.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount()
Returns the number of rows stored in the table.
|
protected void |
resolveAllRowsForTableAt(IntegerVector row_set,
int table_num)
Given an IntegerVector that represents a list of pointers to rows in this
table, this resolves the rows to row indexes in the given parent table.
|
protected int |
resolveRowForTableAt(int row_number,
int table_num)
Given a row and a table index (to a parent reference table), this will
return the row index in the given parent table for the given row.
|
findFieldName, getCellContents, getColumnCount, getDatabase, getDataTableDef, getReferenceTables, getResolvedVariable, hasRootsLocked, init, lockRoot, printGraph, rowEnumeration, unlockRootall, allColumnMatchesValue, any, columnContainsCell, columnContainsValue, columnMatchesValue, columnMerge, compareCells, Debug, distinct, distinct, dumpTo, emptySelect, exhaustiveSelect, fastFindFieldName, getColumnDefAt, getColumnScheme, getFirstCellContent, getFirstCellContent, getLastCellContent, getLastCellContent, getSingleCellContent, getSingleCellContent, getSystem, getTableAccessState, getTTypeForColumn, getTTypeForColumn, join, orderByColumn, orderByColumn, orderByColumn, orderByColumns, orderedRowList, outside, rangeSelect, selectAll, selectAll, selectFirst, selectLast, selectRange, selectRest, simpleJoin, simpleSelect, singleRowSelect, toMap, toString, unionpublic int getRowCount()
TablegetRowCount in interface TableDataSourcegetRowCount in class Tableprotected int resolveRowForTableAt(int row_number,
int table_num)
JoinedTableresolveRowForTableAt in class JoinedTableprotected void resolveAllRowsForTableAt(IntegerVector row_set, int table_num)
JoinedTableresolveAllRowsForTableAt in class JoinedTableCopyright © 2019. All rights reserved.