Skip to content

Commit 6296ded

Browse files
author
cris_gk
committed
Sample rfm_edges
1 parent 2695d92 commit 6296ded

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
INSERT INTO "public"."kv_unique"( "keycol", "valcol") VALUES
2+
( 'rfm_edges',
3+
'{
4+
"r":{"5": 0, "4": 262, "3": 1097, "2": 1910, "1": 2851},
5+
"f": {"1": 0, "2": 1, "3": 2, "4": 3, "5": 4},
6+
"m": {"1": 0.0, "2": 50.0, "3": 75.0, "4": 100.0, "5": 210.0}
7+
}'
8+
);

0 commit comments

Comments
 (0)