File tree Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Original file line number Diff line number Diff line change @@ -15,64 +15,6 @@ docker-compose -f ./docker-compose-dse.yml up -d
15
15
docker run -it --rm --network container:$(docker ps | grep dse | cut -b 1-12) cassandra:latest cqlsh -u cassandra -p cassandra
16
16
```
17
17
18
-
19
- ``` sql
20
- insert into default_keyspace .table_all_returns (
21
- p_ascii,
22
- p_bigint,
23
- p_blob,
24
- p_boolean,
25
- p_date,
26
- p_decimal,
27
- p_double,
28
- p_double_minf,
29
- p_double_pinf,
30
- p_duration,
31
- p_float,
32
- p_float_nan,
33
- p_inet,
34
- p_int,
35
- p_smallint,
36
- p_text,
37
- p_text_nulled,
38
- p_time,
39
- p_timestamp,
40
- p_tinyint,
41
- p_uuid,
42
- p_varint,
43
- p_vector,
44
- p_list_int,
45
- // p_map_text_int,
46
- p_set_int
47
- ) values (
48
- ' abc' ,
49
- 10000 ,
50
- 0xabcdef0123456789,
51
- true,
52
- ' 2015-05-03' ,
53
- 123 .45 ,
54
- 987 .6543 ,
55
- - Infinity,
56
- Infinity,
57
- 12h48m,
58
- 66 .55 ,
59
- NaN,
60
- ' 12.34.56.78' ,
61
- 2024 ,
62
- 200 ,
63
- ' måndag' ,
64
- null ,
65
- ' 13:30:54.234' ,
66
- ' 2015-05-03 13:30:54.234' ,
67
- 104 ,
68
- 9c5b94b1- 35ad- 49bb- b118- 8e8fc24abf80,
69
- 123456789 ,
70
- [0 .1 , 0 .2 , 0 .3 ],
71
- [4 , 17 , 34 ],
72
- // {' a' : 101 , ' b' : 102 },
73
- {9 , 81 }
74
- );
75
- ```
76
18
## Run the Test
77
19
78
20
### Prerequisites
Original file line number Diff line number Diff line change 14
14
<module >astra-db-java</module >
15
15
<module >langchain4j-astradb</module >
16
16
<!-- <module>cassio-cql</module>-->
17
- < module >astra-db-java-tools</module >
18
- <!-- <module>examples</module>-->
17
+ <!-- < module>astra-db-java-tools</module> -- >
18
+ <!-- <module>examples</module>-->
19
19
</modules >
20
20
21
21
<properties >
You can’t perform that action at this time.
0 commit comments