Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for cab_type (0.08 seconds)

  1. internal/s3select/csv/reader_contrib_test.go

    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 38.4K bytes
    - Click Count (0)
  2. internal/s3select/csv/testdata/testdata.zip

    store_and_fwd_flag rate_code_id pickup_longitude pickup_latitude dropoff_longitude dropoff_latitude passenger_count trip_distance fare_amount extra mta_tax tip_amount tolls_amount ehail_fee improvement_surcharge total_amount payment_type trip_type pickup dropoff cab_type precipitation snow_depth snowfall max_temp min_temp wind pickup_nyct2010_gid pickup_ctlabel pickup_borocode pickup_boroname pickup_ct2010 pickup_boroct2010 pickup_cdeligibil pickup_ntacode pickup_ntaname pickup_puma dropoff_nyct2010_gid dropoff_ctlabel...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Click Count (0)
  3. src/main/assemblies/files/generate-thumbnail

      fi
      ${im_cmd} -thumbnail ${image_size} ${tmp_png_file} "${output_file}"
      rm -f ${tmp_png_prefix}*png
    elif [[ x"${cmd_type}" = "xsvg" ]] ; then
      check_command rsvg-convert
      target_file=$(echo "$url" | sed -e "s#^file:/*#/#g")
      rsvg-convert -w 100 -h 100 --keep-aspect-ratio "${target_file}" -o "${output_file}"
    elif [[ x"${cmd_type}" = "ximage" ]] ; then
      im_cmd=$(get_imagemagick_cmd)
      if [[ -z "${im_cmd}" ]] ; then
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Dec 04 08:02:36 GMT 2025
    - 3.9K bytes
    - Click Count (0)
  4. internal/s3select/sql/funceval.go

    	castDecimal   = "DECIMAL"
    	castNumeric   = "NUMERIC"
    	castTimestamp = "TIMESTAMP"
    )
    
    func (e *Expression) castTo(r Record, castType string, tableAlias string) (res *Value, err error) {
    	v, err := e.evalNode(r, tableAlias)
    	if err != nil {
    		return nil, err
    	}
    
    	switch castType {
    	case castInt, castInteger:
    		i, err := intCast(v)
    		return FromInt(i), err
    
    	case castFloat:
    		f, err := floatCast(v)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 13.2K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java

            extra.put("kanji_number", KanjiNumberFilterFactory::new);
            extra.put("kuromoji_pos_concat", PosConcatenationFilterFactory::new);
            extra.put("char_type", CharTypeFilterFactory::new);
            extra.put("number_concat", NumberConcatenationFilterFactory::new);
            extra.put("pattern_concat", PatternConcatenationFilterFactory::new);
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Tue Jul 08 14:37:06 GMT 2025
    - 5.5K bytes
    - Click Count (0)
  6. tensorflow/c/c_api.cc

        memcpy(values[i], s.data(), s.size());
        p += s.size();
      }
    }
    
    #define DEFINE_GETATTR(func, c_type, cpp_type, list_field)                   \
      void func(TF_Operation* oper, const char* attr_name, c_type* value,        \
                TF_Status* status) {                                             \
        cpp_type v;                                                              \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 102.4K bytes
    - Click Count (0)
  7. internal/s3select/sql/parser.go

    	ExprArg *Expression `parser:" @@? )! \")\""`
    }
    
    // CastFunc represents CAST sql function
    type CastFunc struct {
    	Expr     *Expression `parser:" \"CAST\" \"(\" @@ "`
    	CastType string      `parser:" \"AS\" @(\"BOOL\" | \"INT\" | \"INTEGER\" | \"STRING\" | \"FLOAT\" | \"DECIMAL\" | \"NUMERIC\" | \"TIMESTAMP\") \")\" "`
    }
    
    // SubstringFunc represents SUBSTRING sql function
    type SubstringFunc struct {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 12.9K bytes
    - Click Count (0)
  8. api/go1.txt

    pkg syscall (linux-386), const MAP_PRIVATE ideal-int
    pkg syscall (linux-386), const MAP_SHARED ideal-int
    pkg syscall (linux-386), const MAP_STACK ideal-int
    pkg syscall (linux-386), const MAP_TYPE ideal-int
    pkg syscall (linux-386), const MCL_CURRENT ideal-int
    pkg syscall (linux-386), const MCL_FUTURE ideal-int
    pkg syscall (linux-386), const MNT_DETACH ideal-int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  9. api/go1.1.txt

    pkg syscall (linux-386), const MAP_PRIVATE = 2
    pkg syscall (linux-386), const MAP_SHARED = 1
    pkg syscall (linux-386), const MAP_STACK = 131072
    pkg syscall (linux-386), const MAP_TYPE = 15
    pkg syscall (linux-386), const MCL_CURRENT = 1
    pkg syscall (linux-386), const MCL_FUTURE = 2
    pkg syscall (linux-386), const MNT_DETACH = 2
    pkg syscall (linux-386), const MNT_EXPIRE = 4
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Click Count (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const MAP_POPULATE ideal-int
    pkg syscall (linux-arm-cgo), const MAP_PRIVATE ideal-int
    pkg syscall (linux-arm-cgo), const MAP_SHARED ideal-int
    pkg syscall (linux-arm-cgo), const MAP_TYPE ideal-int
    pkg syscall (linux-arm-cgo), const MCL_CURRENT ideal-int
    pkg syscall (linux-arm-cgo), const MCL_FUTURE ideal-int
    pkg syscall (linux-arm-cgo), const MNT_DETACH ideal-int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
Back to Top