mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Replaces the existing 'Basic Stats for Numeric Fields' and 'Basic Stats for String Fields' algorithms and adds support for date/time/datetime fields. Having a single unified algorithm allows more flexible models where a field type may not be known in advance. Deprecate existing basic stats algorithms
		
			
				
	
	
		
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
!table
 | 
						|
!version 900
 | 
						|
!charset Neutral
 | 
						|
 | 
						|
Definition Table
 | 
						|
  Type NATIVE Charset "Neutral"
 | 
						|
  Fields 3
 | 
						|
    date Date ;
 | 
						|
    time Time ;
 | 
						|
    date_time DateTime ;
 |