Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Square (0.2 sec)

  1. internal/s3select/csv/reader_contrib_test.go

    3389233,2,2014-03-29 09:38:12,2014-03-29 09:44:16,N,1,-73.952728271484375,40.789501190185547,-73.950935363769531,40.775600433349609,1,1.10,6.5,0,0.5,1.3,0,,,8.3,1,1,75,263,green,1.81,0.0,0.0,59,43,10.74,1267,168,1,Manhattan,016800,1016800,E,MN33,East...
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Mon Sep 19 18:05:16 GMT 2022
    - 38.5K bytes
    - Viewed (0)
  2. docs/bigdata/README.md

    Test the Spark installation by running the following compute intensive example, which calculates pi by “throwing darts” at a circle. The program generates points in the unit square ((0,0) to (1,1)) and counts how many points fall within the unit circle within the square. The result approximates pi.
    
    Follow these steps to run the Spark Pi example:
    
    - Login as user **‘spark’**.
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
  3. go.sum

    gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
    gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
    gopkg.in/square/go-jose.v2 v2.6.0 h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=
    gopkg.in/square/go-jose.v2 v2.6.0/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI=
    gopkg.in/urfave/cli.v1 v1.20.0/go.mod h1:vuBzUtMdQeixQj8LVd+/98pzhxNGQoyuPBlsXHOQNO0=
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 84.2K bytes
    - Viewed (0)
  4. internal/s3select/csv/testdata/testdata.zip

    3709 2106 284 2 Bronx 028400 2028400 E BX37 Van Nest-Morris Park-Westchester Square 3704 3389497 2 2014-03-15 16:46:28 2014-03-15 16:54:39 N 1 -73.860969543457031 40.833728790283203 -73.851020812988281 40.850376129150391 1 1.76 8.5 0 0.5 3 0 12 1 1 182 242 green 0.00 0.0 0.0 58 42 8.95 1306 216.02 2 Bronx 021602 2021602 E BX46 Parkchester 3709 486 286 2 Bronx 028600 2028600 I BX37 Van Nest-Morris Park-Westchester Square 3704 3389498 2 2014-03-03 21:23:08 2014-03-03 21:34:43 N 1 -73.860343933105469...
    ZIP Archive
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  5. CREDITS

       See the License for the specific language governing permissions and
       limitations under the License.
    
    ================================================================
    
    gopkg.in/square/go-jose.v2
    https://gopkg.in/square/go-jose.v2
    ----------------------------------------------------------------
    
                                     Apache License
                               Version 2.0, January 2004
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  6. internal/s3select/select_test.go

    {"id":2,"title":"Second Record","desc":"another text","numbers":[2,3,4]}`,
    		},
    		{
    			name:       "indexed-list-square-bracket",
    			query:      `SELECT * from s3object s WHERE [7,8.5,9] = s.nested[1]`,
    			wantResult: `{"id":3,"title":"Second Record","desc":"another text","nested":[[2,3,4],[7,8.5,9]]}`,
    		},
    		{
    			name:       "indexed-list-square-bracket",
    			query:      `SELECT * from s3object s WHERE [7,8.5,9] IN s.nested`,
    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)
Back to top