Home
last modified time | relevance | path

Searched refs:rightRow (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/joins/
H A DSortMergeJoinExec.scala376 val rightRow = ctx.freshName("rightRow") constant
377 ctx.addMutableState("InternalRow", rightRow, s"$rightRow = null;")
418 | if ($rightRow == null) {
426 | $rightRow = null;
433 | $rightRow = null;
442 | $rightRow = null;;
487 ctx.INPUT_ROW = rightRow
527 val rightRow = ctx.freshName("rightRow") constant
937 rightRow = rightIter.getRow
941 rightRow = null
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.DataSetExtensions/src/System/Data/
H A DDataRowComparer.cs138 public bool Equals(TRow leftRow, TRow rightRow) in Equals() argument
140 if (ReferenceEquals(leftRow, rightRow)) in Equals()
146 ReferenceEquals(rightRow, null)) in Equals()
151 … if (leftRow.RowState == DataRowState.Deleted || rightRow.RowState == DataRowState.Deleted) in Equals()
157 if (count != rightRow.Table.Columns.Count) in Equals()
164 if (!DataRowComparer.AreEqual(leftRow[i], rightRow[i])) in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.DataSetExtensions/System/Data/
H A DDataRowComparer.cs155 public bool Equals(TRow leftRow, TRow rightRow) in Equals() argument
157 if (Object.ReferenceEquals(leftRow, rightRow)) in Equals()
162 Object.ReferenceEquals(rightRow, null)) in Equals()
167 … if (leftRow.RowState == DataRowState.Deleted || rightRow.RowState == DataRowState.Deleted) in Equals()
173 if (count != rightRow.Table.Columns.Count) in Equals()
180 if (!DataRowComparer.AreEqual(leftRow[i], rightRow[i])) in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/CqlGeneration/
H A DJoinCqlBlock.cs193 internal DbExpression AsCqt(DbExpression leftRow, DbExpression rightRow) in AsCqt() argument
195 DbExpression cqt = m_singleClauses[0].AsCqt(leftRow, rightRow); in AsCqt()
198 cqt = cqt.And(m_singleClauses[i].AsCqt(leftRow, rightRow)); in AsCqt()
246 internal DbExpression AsCqt(DbExpression leftRow, DbExpression rightRow) in AsCqt() argument
248 …leftSlot.AsCqt(leftRow, m_leftSlotOutputMember).Equal(m_rightSlot.AsCqt(rightRow, m_rightSlotOutpu… in AsCqt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/
H A DCqlErrorHelper.cs117 RowType rightRow = (RowType)rightType.EdmType; in ReportIncompatibleCommonType()
119 if (leftRow.Members.Count != rightRow.Members.Count) in ReportIncompatibleCommonType()
125 GetReadableTypeName(rightRow)); in ReportIncompatibleCommonType()
132 GetReadableTypeName(rightRow), in ReportIncompatibleCommonType()
141 …Type(errCtx, rootLeftType, rootRightType, leftRow.Members[i].TypeUsage, rightRow.Members[i].TypeUs… in ReportIncompatibleCommonType()
/dports/devel/cvs2html/cvs2html-1.98_1/
H A Dcvs2html569 my ($leftColRef,$rightColRef,$leftRow,$rightRow) = @_;
579 for ($j = 0; $j < $leftRow || $j < $rightRow ; $j++) { # dump out both cols
584 … if ($j < $rightRow) { print DIFFFILE "<td bgcolor=\"$diffcolorChange\">@$rightColRef[$j]</td>"; }
624 $rightRow = 0;
638 $rightRow = 0;
685 $rightCol[$rightRow++] = $_;
693 flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow;
697 $rightRow = 0;
701 flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow;
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/copynumber/utils/
H A DHDF5UtilsUnitTest.java82 final double[] rightRow = right.getRow(i); in assertEqualsMatrix() local
84 Assert.assertEquals(leftRow[j], rightRow[j], tolerance); in assertEqualsMatrix()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dsvnlogdlgimp.cpp275 …delNodePtr m_second = m_CurrentModel->indexNode(m_CurrentModel->index(m_CurrentModel->rightRow())); in slotDispSelected()
434 if (row != m_CurrentModel->rightRow()) { in slotCustomContextMenu()
470 if (row != m_CurrentModel->rightRow()) { in slotCustomContextMenu()
482 …del->leftRow() != -1 && m_CurrentModel->rightRow() != -1 && m_CurrentModel->leftRow() != m_Current… in slotCustomContextMenu()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/models/
H A Dlogitemmodel.h61 int rightRow() const;
H A Dlogitemmodel.cpp221 int SvnLogModel::rightRow()const in rightRow() function in SvnLogModel
/dports/devel/cvsweb3/cvsweb-3.0.6/
H A Dcvsweb.cgi3365 my ($leftColRef, $rightColRef, $leftRow, $rightRow) = @_;
3383 my $right_diff = join("\n", @$rightColRef[0..$rightRow-1]);
3486 for (my $j = 0; $j < $rightRow; $j++) {
3580 if ($j < $rightRow) {
3598 if ($j < $rightRow) {
3675 my $rightRow = 0;
3706 $rightRow = 0;
3733 $rightCol[$rightRow++] = $_;
3739 flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow;
3749 $rightRow = 0;
[all …]
/dports/devel/cvsweb/cvsweb-2.0.6/
H A Dcvsweb.cgi2938 my ($leftColRef, $rightColRef, $leftRow, $rightRow) = @_;
2954 for ($j = 0 ; $j < $leftRow || $j < $rightRow ; $j++)
2966 if ($j < $rightRow) {
3025 my $rightRow = 0;
3057 $rightRow = 0;
3078 $rightCol[$rightRow++] = $_;
3085 $rightRow;
3089 $rightRow = 0;
3095 flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/diffeditor/
H A Dunifieddiffeditorwidget.cpp210 const int rightRow = m_rightLineNumbers.value(i, qMakePair(-1, -1)).second; in contextMenuEvent() local
214 if (rightRow >= 0) in contextMenuEvent()
215 rightSelection.append(rightRow); in contextMenuEvent()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/transform/
H A Dautocrop.cpp530 int rightRow = -1; in startAnalyse() local
602 rightRow = j; in startAnalyse()
694 outercropParameters.append(QString::number(rightRow)); in startAnalyse()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/hdf5/
H A DHDF5LibraryUnitTest.java259 final double[] rightRow = right.getRow(i); in assertEqualsMatrix() local
261 Assert.assertEquals(leftRow[j], rightRow[j], DOUBLE_MATRIX_TOLERANCE); in assertEqualsMatrix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1506 int rightRow = node->getSecondarySize(); in fold() local
1507 tempConstArray = new ConstantUnion[rightCol*rightRow]; in fold()
1508 for(int row = 0; row < rightRow; row++) { in fold()
1510 …tempConstArray[rightRow * column + row].setFConst(rightUnionArray[rightCol * row + column].getFCon… in fold()
1514 returnType.setNominalSize(static_cast<unsigned char>(rightRow)); in fold()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1506 int rightRow = node->getSecondarySize(); in fold() local
1507 tempConstArray = new ConstantUnion[rightCol*rightRow]; in fold()
1508 for(int row = 0; row < rightRow; row++) { in fold()
1510 …tempConstArray[rightRow * column + row].setFConst(rightUnionArray[rightCol * row + column].getFCon… in fold()
1514 returnType.setNominalSize(static_cast<unsigned char>(rightRow)); in fold()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.DataSetExtensions/ref/
H A DSystem.Data.DataSetExtensions.cs18 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.DataSetExtensions.cs35 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Data.DataSetExtensions.cs35 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.DataSetExtensions.cs35 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Data.DataSetExtensions.cs35 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Data.DataSetExtensions.cs35 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Data.DataSetExtensions.cs35 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Data.DataSetExtensions.cs34 public bool Equals(TRow leftRow, TRow rightRow) { throw null; } in Equals() argument

12