C# Class Deveel.Data.Sql.Tables.NaturallyJoinedTable

Inheritance: JoinedTable
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
NaturallyJoinedTable ( ITable left, ITable right ) : System

Protected Methods

Method Description
ResolveRowsForTable ( IEnumerable rowSet, int tableNum ) : IEnumerable

Private Methods

Method Description
GetLeftRowIndex ( int rowIndex ) : int
GetRightRowIndex ( int rowIndex ) : int

Method Details

NaturallyJoinedTable() public method

public NaturallyJoinedTable ( ITable left, ITable right ) : System
left ITable
right ITable
return System

ResolveRowsForTable() protected method

protected ResolveRowsForTable ( IEnumerable rowSet, int tableNum ) : IEnumerable
rowSet IEnumerable
tableNum int
return IEnumerable