Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for aggregateRow (0.16 sec)

  1. internal/s3select/select.go

    			break
    		}
    
    		for _, inputRecord := range inputRecords {
    			if s3Select.statement.IsAggregated() {
    				if err = s3Select.statement.AggregateRow(*inputRecord); err != nil {
    					break OuterLoop
    				}
    			} else {
    				var outputRecord sql.Record
    				// We will attempt to reuse the records in the table.
    				// The type of these should not change.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Nov 06 22:26:08 GMT 2023
    - 21K bytes
    - Viewed (0)
Back to top