Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for parsedInput (0.08 seconds)

  1. internal/s3select/select.go

    	parsedInput := subInputSerialization{}
    	if err := d.DecodeElement(&parsedInput, &start); err != nil {
    		return errMalformedXML(err)
    	}
    
    	// If no compression is specified, set to noneType
    	if parsedInput.CompressionType == "" {
    		parsedInput.CompressionType = noneType
    	}
    
    	found := 0
    	if !parsedInput.CSVArgs.IsEmpty() {
    		parsedInput.format = csvFormat
    		found++
    	}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Feb 18 16:25:55 GMT 2025
    - 21.2K bytes
    - Click Count (0)
Back to Top