-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquery_runner.go
More file actions
275 lines (239 loc) · 6.68 KB
/
query_runner.go
File metadata and controls
275 lines (239 loc) · 6.68 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
// This file was auto-generated by Fern from our API Definition.
package polytomic
import (
json "encoding/json"
fmt "fmt"
internal "github.com/polytomic/polytomic-go/internal"
)
type QueryRunnerGetQueryRequest struct {
// Opaque pagination token returned in the links.next or links.previous URL of the previous response.
Page *string `json:"-" url:"page,omitempty"`
}
type V4RunQueryRequest struct {
// The query to execute against the connection.
Query *string `json:"-" url:"query,omitempty"`
}
type Pagination struct {
// URL to the next page of results, if available. This may be returned as a host relative path.
Next *string `json:"next,omitempty" url:"next,omitempty"`
// URL to the previous page of results, if available. This may be returned as a host relative path.
Previous *string `json:"previous,omitempty" url:"previous,omitempty"`
extraProperties map[string]interface{}
rawJSON json.RawMessage
}
func (p *Pagination) GetNext() *string {
if p == nil {
return nil
}
return p.Next
}
func (p *Pagination) GetPrevious() *string {
if p == nil {
return nil
}
return p.Previous
}
func (p *Pagination) GetExtraProperties() map[string]interface{} {
return p.extraProperties
}
func (p *Pagination) UnmarshalJSON(data []byte) error {
type unmarshaler Pagination
var value unmarshaler
if err := json.Unmarshal(data, &value); err != nil {
return err
}
*p = Pagination(value)
extraProperties, err := internal.ExtractExtraProperties(data, *p)
if err != nil {
return err
}
p.extraProperties = extraProperties
p.rawJSON = json.RawMessage(data)
return nil
}
func (p *Pagination) String() string {
if len(p.rawJSON) > 0 {
if value, err := internal.StringifyJSON(p.rawJSON); err == nil {
return value
}
}
if value, err := internal.StringifyJSON(p); err == nil {
return value
}
return fmt.Sprintf("%#v", p)
}
type V4QueryResultsEnvelope struct {
Data *V4RunQueryResult `json:"data,omitempty" url:"data,omitempty"`
Links *Pagination `json:"links,omitempty" url:"links,omitempty"`
extraProperties map[string]interface{}
rawJSON json.RawMessage
}
func (v *V4QueryResultsEnvelope) GetData() *V4RunQueryResult {
if v == nil {
return nil
}
return v.Data
}
func (v *V4QueryResultsEnvelope) GetLinks() *Pagination {
if v == nil {
return nil
}
return v.Links
}
func (v *V4QueryResultsEnvelope) GetExtraProperties() map[string]interface{} {
return v.extraProperties
}
func (v *V4QueryResultsEnvelope) UnmarshalJSON(data []byte) error {
type unmarshaler V4QueryResultsEnvelope
var value unmarshaler
if err := json.Unmarshal(data, &value); err != nil {
return err
}
*v = V4QueryResultsEnvelope(value)
extraProperties, err := internal.ExtractExtraProperties(data, *v)
if err != nil {
return err
}
v.extraProperties = extraProperties
v.rawJSON = json.RawMessage(data)
return nil
}
func (v *V4QueryResultsEnvelope) String() string {
if len(v.rawJSON) > 0 {
if value, err := internal.StringifyJSON(v.rawJSON); err == nil {
return value
}
}
if value, err := internal.StringifyJSON(v); err == nil {
return value
}
return fmt.Sprintf("%#v", v)
}
type V4RunQueryEnvelope struct {
Data *V4RunQueryResult `json:"data,omitempty" url:"data,omitempty"`
extraProperties map[string]interface{}
rawJSON json.RawMessage
}
func (v *V4RunQueryEnvelope) GetData() *V4RunQueryResult {
if v == nil {
return nil
}
return v.Data
}
func (v *V4RunQueryEnvelope) GetExtraProperties() map[string]interface{} {
return v.extraProperties
}
func (v *V4RunQueryEnvelope) UnmarshalJSON(data []byte) error {
type unmarshaler V4RunQueryEnvelope
var value unmarshaler
if err := json.Unmarshal(data, &value); err != nil {
return err
}
*v = V4RunQueryEnvelope(value)
extraProperties, err := internal.ExtractExtraProperties(data, *v)
if err != nil {
return err
}
v.extraProperties = extraProperties
v.rawJSON = json.RawMessage(data)
return nil
}
func (v *V4RunQueryEnvelope) String() string {
if len(v.rawJSON) > 0 {
if value, err := internal.StringifyJSON(v.rawJSON); err == nil {
return value
}
}
if value, err := internal.StringifyJSON(v); err == nil {
return value
}
return fmt.Sprintf("%#v", v)
}
type V4RunQueryResult struct {
// The number of rows returned by the query. This will not be returned until the query completes.
Count *int `json:"count,omitempty" url:"count,omitempty"`
// Error message if the query failed.
Error *string `json:"error,omitempty" url:"error,omitempty"`
// The time at which the query will expire and be deleted. This will not be returned until the query completes.
Expires *string `json:"expires,omitempty" url:"expires,omitempty"`
// The names of the fields returned by the query. This will not be returned until the query completes.
Fields []string `json:"fields,omitempty" url:"fields,omitempty"`
// The ID of the query task. Poll GET /api/queries/{id} until the task reaches done or failed to retrieve results.
Id *string `json:"id,omitempty" url:"id,omitempty"`
// The query results, returned as an array of objects.
Results []map[string]interface{} `json:"results,omitempty" url:"results,omitempty"`
Status *WorkTaskStatus `json:"status,omitempty" url:"status,omitempty"`
extraProperties map[string]interface{}
rawJSON json.RawMessage
}
func (v *V4RunQueryResult) GetCount() *int {
if v == nil {
return nil
}
return v.Count
}
func (v *V4RunQueryResult) GetError() *string {
if v == nil {
return nil
}
return v.Error
}
func (v *V4RunQueryResult) GetExpires() *string {
if v == nil {
return nil
}
return v.Expires
}
func (v *V4RunQueryResult) GetFields() []string {
if v == nil {
return nil
}
return v.Fields
}
func (v *V4RunQueryResult) GetId() *string {
if v == nil {
return nil
}
return v.Id
}
func (v *V4RunQueryResult) GetResults() []map[string]interface{} {
if v == nil {
return nil
}
return v.Results
}
func (v *V4RunQueryResult) GetStatus() *WorkTaskStatus {
if v == nil {
return nil
}
return v.Status
}
func (v *V4RunQueryResult) GetExtraProperties() map[string]interface{} {
return v.extraProperties
}
func (v *V4RunQueryResult) UnmarshalJSON(data []byte) error {
type unmarshaler V4RunQueryResult
var value unmarshaler
if err := json.Unmarshal(data, &value); err != nil {
return err
}
*v = V4RunQueryResult(value)
extraProperties, err := internal.ExtractExtraProperties(data, *v)
if err != nil {
return err
}
v.extraProperties = extraProperties
v.rawJSON = json.RawMessage(data)
return nil
}
func (v *V4RunQueryResult) String() string {
if len(v.rawJSON) > 0 {
if value, err := internal.StringifyJSON(v.rawJSON); err == nil {
return value
}
}
if value, err := internal.StringifyJSON(v); err == nil {
return value
}
return fmt.Sprintf("%#v", v)
}