We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c402ef commit c347055Copy full SHA for c347055
python/core/qgsvectorlayerjoininfo.sip
@@ -156,6 +156,16 @@ Returns whether values from the joined layer should be cached in memory to speed
156
:rtype: str
157
%End
158
159
+ QgsFeature extractJoinedFeature( const QgsFeature &feature ) const;
160
+%Docstring
161
+ Extract the join feature from the target feature for the current
162
+ join layer information.
163
+ \param feature A feature from the target layer
164
+ :return: the corresponding joined feature
165
+.. versionadded:: 3.0
166
+ :rtype: QgsFeature
167
+%End
168
+
169
bool operator==( const QgsVectorLayerJoinInfo &other ) const;
170
171
void setJoinFieldNamesSubset( QStringList *fieldNamesSubset /Transfer/ );
0 commit comments