Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for RecordHeader (0.07 seconds)

  1. internal/s3select/select.go

    			if simdjson.SupportedCPU() {
    				s3Select.recordReader = simdj.NewReader(s3Select.progressReader, &s3Select.Input.JSONArgs)
    			} else {
    				s3Select.recordReader = json.NewPReader(s3Select.progressReader, &s3Select.Input.JSONArgs)
    			}
    		} else {
    			// Document mode.
    			s3Select.recordReader = json.NewReader(s3Select.progressReader, &s3Select.Input.JSONArgs)
    		}
    
    		return nil
    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)
  2. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   Numerous C++ API updates.
    *   New op: `parallel_stack`.
    *   Introducing common tf io compression options constants for
        RecordReader/RecordWriter.
    *   Add `sparse_column_with_vocabulary_file`, to specify a feature column that
        transform string features to IDs, where the mapping is defined by a
        vocabulary file.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top