Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for longitude (0.2 sec)

  1. internal/s3select/select_test.go

    func TestCSVQueries(t *testing.T) {
    	input := `index,ID,CaseNumber,Date,Day,Month,Year,Block,IUCR,PrimaryType,Description,LocationDescription,Arrest,Domestic,Beat,District,Ward,CommunityArea,FBI Code,XCoordinate,YCoordinate,UpdatedOn,Latitude,Longitude,Location
    2700763,7732229,,2010-05-26 00:00:00,26,May,2010,113XX S HALSTED ST,1150,,CREDIT CARD FRAUD,,False,False,2233,22.0,34.0,,11,,,,41.688043288,-87.6422444,"(41.688043288, -87.6422444)"`
    
    	testTable := []struct {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sat Dec 23 07:19:11 GMT 2023
    - 76.2K bytes
    - Viewed (0)
  2. docs/es/docs/features.md

    * Validación para la mayoría (¿o todos?) los **tipos de datos** de Python incluyendo:
        * Objetos JSON (`dict`).
        * JSON array (`list`) definiendo tipos de ítem.
        * Campos de texto (`str`) definiendo longitudes mínimas y máximas.
        * Números (`int`, `float`) con valores mínimos y máximos, etc.
    
    * Validación para tipos más exóticos como:
        * URL.
        * Email.
        * UUID.
        * ...y otros.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.9K bytes
    - Viewed (0)
Back to top