File: routing3.testcase

package info (click to toggle)
spatialite 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,240 kB
  • sloc: ansic: 587,051; makefile: 8,583; sh: 4,276; yacc: 1,973; xml: 717
file content (30 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
routing: integer ids (A*)
sql_stmt_tests/testdb1.sqlite
UPDATE roads_net SET Algorithm = 'A*'; SELECT Algorithm, ArcRowid, NodeFrom, NodeTo, Cost FROM roads_net WHERE NodeFrom = 29 AND NodeTo = 32;
4 # rows (not including the header row)
5 # columns
Algorithm
ArcRowid
NodeFrom
NodeTo
Cost
A*
(NULL)
29
32
0.001856:6
A*
29
29
30
0.000512:6
A*
30
30
31
0.000445:6
A*
31
31
32
0.000898:6