-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquery-3ec8dc8e90248fb05b43c65ed1944afe19b1248c62a022da4df181a93a11bd0b.json
91 lines (91 loc) · 2.63 KB
/
query-3ec8dc8e90248fb05b43c65ed1944afe19b1248c62a022da4df181a93a11bd0b.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"db_name": "PostgreSQL",
"query": "\n SELECT \n id AS \"id!\",\n entity_id AS \"entity_id!\",\n category_id AS \"category_id!\",\n family_id AS \"family_id!\",\n display_name AS \"display_name!\",\n parents AS \"parents!: Json<Vec<ParentRepresentation>>\",\n locations AS \"locations!: Json<Vec<LocationRepresentation>>\",\n total_results AS \"total_results!\",\n total_pages AS \"total_pages!\",\n response_current_page AS \"response_current_page!\"\n FROM search_entities(\n $1,\n $2,\n $3,\n $4,\n $5,\n $6,\n $7,\n $8,\n $9,\n $10,\n $11,\n $12,\n $13,\n $14,\n $15,\n $16\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id!",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "entity_id!",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "category_id!",
"type_info": "Uuid"
},
{
"ordinal": 3,
"name": "family_id!",
"type_info": "Uuid"
},
{
"ordinal": 4,
"name": "display_name!",
"type_info": "Text"
},
{
"ordinal": 5,
"name": "parents!: Json<Vec<ParentRepresentation>>",
"type_info": "Jsonb"
},
{
"ordinal": 6,
"name": "locations!: Json<Vec<LocationRepresentation>>",
"type_info": "Jsonb"
},
{
"ordinal": 7,
"name": "total_results!",
"type_info": "Int8"
},
{
"ordinal": 8,
"name": "total_pages!",
"type_info": "Int8"
},
{
"ordinal": 9,
"name": "response_current_page!",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Text",
"Text",
"Uuid",
"Bool",
"Bool",
"UuidArray",
"UuidArray",
"UuidArray",
"UuidArray",
"Int8",
"Int8",
"UuidArray",
"UuidArray",
"UuidArray",
"Bool",
"Jsonb"
]
},
"nullable": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
]
},
"hash": "3ec8dc8e90248fb05b43c65ed1944afe19b1248c62a022da4df181a93a11bd0b"
}