Home
last modified time | relevance | path

Searched refs:opRight (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/providers/hana/
H A Dqgshanaexpressioncompiler.cpp158 QString opLeft, opRight; in compileNode() local
160 Result resRight = compileNode( binOp->opRight(), opRight ); in compileNode()
170 if ( QLatin1String( "NULL" ) == opRight.toUpper() && in compileNode()
177 result = QStringLiteral( "MOD(%1,%2)" ).arg( opLeft, opRight ); in compileNode()
182 result = QStringLiteral( "POWER(%1,%2)" ).arg( opLeft, opRight ); in compileNode()
187 result = QStringLiteral( "%1 LIKE_REGEXPR %2" ).arg( opLeft, opRight ); in compileNode()
194 if ( QLatin1String( "NULL" ) == opRight.toUpper() ) in compileNode()
213 result = QStringLiteral( "LOWER(%1) LIKE LOWER(%2)" ).arg( opLeft, opRight ); in compileNode()
216 result = QStringLiteral( "NOT LOWER(%1) LIKE LOWER(%2)" ).arg( opLeft, opRight ); in compileNode()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/cache/
H A Dglyph.c318 INT32 opRight, opBottom; in update_gdi_fast_index() local
327 opRight = fastIndex->opRight; in update_gdi_fast_index()
340 opRight = fastIndex->bkRight; in update_gdi_fast_index()
352 if (opRight == 0) in update_gdi_fast_index()
353 opRight = fastIndex->bkRight; in update_gdi_fast_index()
373 if (opRight > opLeft) in update_gdi_fast_index()
390 INT32 opRight, opBottom; in update_gdi_fast_glyph() local
401 opRight = fastGlyph->opRight; in update_gdi_fast_glyph()
426 if (opRight == 0) in update_gdi_fast_glyph()
427 opRight = fastGlyph->bkRight; in update_gdi_fast_glyph()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibppmfuzzy.c241 fzLog const opRight) { in fzAnd() argument
243 return MIN(opLeft, opRight); in fzAnd()
250 fzLog const opRight) { in fzOr() argument
252 return MAX(opLeft, opRight); in fzOr()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgssqlexpressioncompiler.cpp139 …tch ) && n->opLeft()->nodeType() == QgsExpressionNode::ntColumnRef && n->opRight()->nodeType() == … in compileNode()
203 if ( nodeIsNullLiteral( n->opLeft() ) || nodeIsNullLiteral( n->opRight() ) ) in compileNode()
213 if ( nodeIsNullLiteral( n->opLeft() ) || nodeIsNullLiteral( n->opRight() ) ) in compileNode()
272 Result rr( compileNode( n->opRight(), right ) ); in compileNode()
H A Dqgssqlstatement.h361 …rator op, QgsSQLStatement::Node *opLeft SIP_TRANSFER, QgsSQLStatement::Node *opRight SIP_TRANSFER ) in NodeBinaryOperator()
364 , mOpRight( opRight ) in NodeBinaryOperator()
375 QgsSQLStatement::Node *opRight() const { return mOpRight; } in opRight() function
819 …ement::NodeBinaryOperator &n ) override { n.opLeft()->accept( *this ); n.opRight()->accept( *this … in visit()
H A Dqgssqliteexpressioncompiler.cpp49 compileNode( op->opRight(), opR ) != Complete ) in compileNode()
H A Dqgsogcutils.cpp2080 if ( node->opRight()->nodeType() == QgsExpressionNode::ntLiteral ) in expressionBinaryOperatorToOgcFilter()
2082 …ExpressionNodeLiteral *rightLit = static_cast<const QgsExpressionNodeLiteral *>( node->opRight() ); in expressionBinaryOperatorToOgcFilter()
2105 QDomElement rightElem = expressionNodeToOgcFilter( node->opRight(), expression, context ); in expressionBinaryOperatorToOgcFilter()
2514 if ( node->opRight()->nodeType() == QgsSQLStatement::ntLiteral ) in toOgcFilter()
2516 …ment::NodeLiteral *rightLit = static_cast<const QgsSQLStatement::NodeLiteral *>( node->opRight() ); in toOgcFilter()
2539 QDomElement rightElem = toOgcFilter( node->opRight() ); in toOgcFilter()
3283 std::unique_ptr<QgsExpressionNode> opRight( nodeFromOgcFilter( operandElem ) ); in nodeBinaryOperatorFromOgcFilter() local
3284 if ( !opRight ) in nodeBinaryOperatorFromOgcFilter()
3312 …QString oprValue = static_cast<const QgsExpressionNodeLiteral *>( opRight.get() )->value().toStrin… in nodeBinaryOperatorFromOgcFilter()
3349 opRight.reset( new QgsExpressionNodeLiteral( oprValue ) ); in nodeBinaryOperatorFromOgcFilter()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgssqlexpressioncompiler.cpp143 …tch ) && n->opLeft()->nodeType() == QgsExpressionNode::ntColumnRef && n->opRight()->nodeType() == … in compileNode()
207 if ( nodeIsNullLiteral( n->opLeft() ) || nodeIsNullLiteral( n->opRight() ) ) in compileNode()
217 if ( nodeIsNullLiteral( n->opLeft() ) || nodeIsNullLiteral( n->opRight() ) ) in compileNode()
276 const Result rr( compileNode( n->opRight(), right ) ); in compileNode()
H A Dqgssqlstatement.h361 …rator op, QgsSQLStatement::Node *opLeft SIP_TRANSFER, QgsSQLStatement::Node *opRight SIP_TRANSFER ) in NodeBinaryOperator()
364 , mOpRight( opRight ) in NodeBinaryOperator()
375 QgsSQLStatement::Node *opRight() const { return mOpRight; } in opRight() function
819 …ement::NodeBinaryOperator &n ) override { n.opLeft()->accept( *this ); n.opRight()->accept( *this … in visit()
H A Dqgssqliteexpressioncompiler.cpp53 compileNode( op->opRight(), opR ) != Complete ) in compileNode()
H A Dqgsogcutils.cpp2083 if ( node->opRight()->nodeType() == QgsExpressionNode::ntLiteral ) in expressionBinaryOperatorToOgcFilter()
2085 …ExpressionNodeLiteral *rightLit = static_cast<const QgsExpressionNodeLiteral *>( node->opRight() ); in expressionBinaryOperatorToOgcFilter()
2108 const QDomElement rightElem = expressionNodeToOgcFilter( node->opRight(), expression, context ); in expressionBinaryOperatorToOgcFilter()
2517 if ( node->opRight()->nodeType() == QgsSQLStatement::ntLiteral ) in toOgcFilter()
2519 …ment::NodeLiteral *rightLit = static_cast<const QgsSQLStatement::NodeLiteral *>( node->opRight() ); in toOgcFilter()
2542 const QDomElement rightElem = toOgcFilter( node->opRight() ); in toOgcFilter()
3296 std::unique_ptr<QgsExpressionNode> opRight( nodeFromOgcFilter( operandElem ) ); in nodeBinaryOperatorFromOgcFilter() local
3297 if ( !opRight ) in nodeBinaryOperatorFromOgcFilter()
3325 …QString oprValue = static_cast<const QgsExpressionNodeLiteral *>( opRight.get() )->value().toStrin… in nodeBinaryOperatorFromOgcFilter()
3368 opRight.reset( new QgsExpressionNodeLiteral( oprValue ) ); in nodeBinaryOperatorFromOgcFilter()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/expression/
H A Dqgsexpressionnodeimpl.h136 …inaryOperator op, QgsExpressionNode *opLeft SIP_TRANSFER, QgsExpressionNode *opRight SIP_TRANSFER ) in QgsExpressionNodeBinaryOperator()
139 , mOpRight( opRight ) in QgsExpressionNodeBinaryOperator()
158 QgsExpressionNode *opRight() const { return mOpRight; } in opRight() function
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dprimary.h330 INT32 opRight; member
353 INT32 opRight; member
376 INT32 opRight; member
/dports/graphics/qgis/qgis-3.22.3/src/core/expression/
H A Dqgsexpressionnodeimpl.h144 …inaryOperator op, QgsExpressionNode *opLeft SIP_TRANSFER, QgsExpressionNode *opRight SIP_TRANSFER ) in QgsExpressionNodeBinaryOperator()
147 , mOpRight( opRight ) in QgsExpressionNodeBinaryOperator()
174 QgsExpressionNode *opRight() const { return mOpRight; } in opRight() function
H A Dqgsexpression.cpp1139 …xpressionNodeLiteral *literal = dynamic_cast<const QgsExpressionNodeLiteral *>( binOp->opRight() ); in isFieldEqualityExpression()
1221 …ectOrs = [ &collectOrs ]( QgsExpressionNode * opLeft, QgsExpressionNode * opRight ) -> QStringList in attemptReduceToInClause()
1228 orParts.append( collectOrs( leftOrOp->opLeft(), leftOrOp->opRight() ) ); in attemptReduceToInClause()
1244 …nNodeBinaryOperator *rightOrOp = dynamic_cast<const QgsExpressionNodeBinaryOperator *>( opRight ) ) in attemptReduceToInClause()
1248 orParts.append( collectOrs( rightOrOp->opLeft(), rightOrOp->opRight() ) ); in attemptReduceToInClause()
1255 …xpressionNodeInOperator *rightInOp = dynamic_cast<const QgsExpressionNodeInOperator *>( opRight ) ) in attemptReduceToInClause()
1270 const QStringList orParts = collectOrs( orOp->opLeft(), orOp->opRight() ); in attemptReduceToInClause()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgssqlstatement.py203 self.assertEqual(exp.rootNode().opRight().value(), 'a')
252 self.assertEqual(exp.rootNode().opRight().value(), '05/30/2020 13:45:55')
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgssqlstatement.py203 self.assertEqual(exp.rootNode().opRight().value(), 'a')
252 self.assertEqual(exp.rootNode().opRight().value(), '05/30/2020 13:45:55')
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/oracle/
H A Dqgsoracleexpressioncompiler.cpp49 compileNode( bin->opRight(), op2 ) != Complete ) in compileNode()
/dports/graphics/qgis/qgis-3.22.3/src/providers/oracle/
H A Dqgsoracleexpressioncompiler.cpp53 compileNode( bin->opRight(), op2 ) != Complete ) in compileNode()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgsoapifprovider.cpp439 collectTopLevelAndNodes( binNode->opRight(), topAndNodes ); in collectTopLevelAndNodes()
467 binNode->opRight()->nodeType() == QgsExpressionNode::ntLiteral ) in translateNodeToServer()
470 const auto right = static_cast<const QgsExpressionNodeLiteral *>( binNode->opRight() ); in translateNodeToServer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgsoapifprovider.cpp434 collectTopLevelAndNodes( binNode->opRight(), topAndNodes ); in collectTopLevelAndNodes()
462 binNode->opRight()->nodeType() == QgsExpressionNode::ntLiteral ) in translateNodeToServer()
465 const auto right = static_cast<const QgsExpressionNodeLiteral *>( binNode->opRight() ); in translateNodeToServer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/mssql/
H A Dqgsmssqlexpressioncompiler.cpp50 Result result2 = compileNode( bin->opRight(), op2 ); in compileNode()
/dports/graphics/qgis/qgis-3.22.3/src/providers/mssql/
H A Dqgsmssqlexpressioncompiler.cpp54 const Result result2 = compileNode( bin->opRight(), op2 ); in compileNode()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/expression/
H A Dqgsexpressionnodeimpl.sip.in119 …::BinaryOperator op, QgsExpressionNode *opLeft /Transfer/, QgsExpressionNode *opRight /Transfer/ );
134 .. seealso:: :py:func:`opRight`
137 QgsExpressionNode *opRight() const;
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/expression/
H A Dqgsexpressionnodeimpl.sip.in125 …::BinaryOperator op, QgsExpressionNode *opLeft /Transfer/, QgsExpressionNode *opRight /Transfer/ );
146 .. seealso:: :py:func:`opRight`
149 QgsExpressionNode *opRight() const;

12