我是R语言的新手,我正在尝试学习聚合逻辑建模。
可以说我正在使用下表:
(void)metadataQueryDidFinishGathering_Notification:(NSNotification *)note {
NSLog(@"type %@", @(_type));
NSMetadataQuery *q = note.object;
if(![q.searchScopes containsObject:_searchURL.absoluteString]) {
NSLog(@"MISMATCH %@ %@", q.searchScopes, _searchURL);
// return;
}
[q disableUpdates];
[q stopQuery];
[self getTotalSizeOfQuery];
}
我可以对$query = EmpDetails::find()->joinWith(['employeeStatutoryDetail'])
->where(['NOT IN', 'emp_statutorydetails.gpa_no', ['']])
->orWhere(['IS NOT', 'emp_statutorydetails.gpa_no', NULL]);
进行回归吗?