-
Notifications
You must be signed in to change notification settings - Fork 2
/
source.html
206 lines (198 loc) · 15.5 KB
/
source.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href>
<title data-ice="title">Source | node-influx</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
<meta name="description" content="InfluxDB Client"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="node-influx"><meta property="twitter:description" content="InfluxDB Client"></head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./">Home</a>
<a href="./manual/index.html" data-ice="manualHeaderLink">Manual</a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
<a style="position:relative; top:3px;" href="https://github.com/node-influx/node-influx.git"><img width="20px" src="./image/github.png"></a></header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/builder.js~Expression.html">Expression</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/builder.js~Measurement.html">Measurement</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/index.js~InfluxDB.html">InfluxDB</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/pool.js~Pool.html">Pool</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/pool.js~RequestError.html">RequestError</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/pool.js~ServiceNotAvailableError.html">ServiceNotAvailableError</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/results.js~ResultError.html">ResultError</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/schema.js~Schema.html">Schema</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-assertNoErrors">assertNoErrors</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-parse">parse</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-parseSingle">parseSingle</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-coerceBadly">coerceBadly</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#backoff">backoff</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/backoff/constant.js~ConstantBackoff.html">ConstantBackoff</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/backoff/exponential.js~ExponentialBackoff.html">ExponentialBackoff</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#grammar">grammar</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/grammar/ds.js~Raw.html">Raw</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-castTimestamp">castTimestamp</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-dateToTime">dateToTime</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-formatDate">formatDate</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isoOrTimeToDate">isoOrTimeToDate</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-toNanoDate">toNanoDate</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-escape">escape</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Precision">Precision</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-FieldType">FieldType</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1>Source <img data-ice="coverageBadge" src="./badge.svg"><span data-ice="totalCoverageCount" class="total-coverage-count">118/184</span></h1>
<table class="files-summary" data-ice="files" data-use-coverage="true">
<thead>
<tr>
<td>File</td>
<td>Identifier</td>
<td class="coverage">Document</td>
<td style="display: none;">Size</td>
<td style="display: none;">Lines</td>
<td style="display: none;">Updated</td>
</tr>
</thead>
<tbody>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/backoff/backoff.js.html">src/backoff/backoff.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">11 byte</td>
<td style="display: none;" data-ice="lines">1</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/backoff/constant.js.html#errorLines=10">src/backoff/constant.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/backoff/constant.js~ConstantBackoff.html">ConstantBackoff</a></span></td>
<td class="coverage"><span data-ice="coverage">83 %</span><span data-ice="coverageCount" class="coverage-count">5/6</span></td>
<td style="display: none;" data-ice="size">823 byte</td>
<td style="display: none;" data-ice="lines">39</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/backoff/exponential.js.html#errorLines=12,13">src/backoff/exponential.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/backoff/exponential.js~ExponentialBackoff.html">ExponentialBackoff</a></span></td>
<td class="coverage"><span data-ice="coverage">71 %</span><span data-ice="coverageCount" class="coverage-count">5/7</span></td>
<td style="display: none;" data-ice="size">920 byte</td>
<td style="display: none;" data-ice="lines">36</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/builder.js.html#errorLines=2,233,234,278,284,29,30">src/builder.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/builder.js~Expression.html">Expression</a></span>
<span><a href="class/src/builder.js~Measurement.html">Measurement</a></span></td>
<td class="coverage"><span data-ice="coverage">78 %</span><span data-ice="coverageCount" class="coverage-count">25/32</span></td>
<td style="display: none;" data-ice="size">7813 byte</td>
<td style="display: none;" data-ice="lines">289</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/grammar/ds.js.html#errorLines=24,42">src/grammar/ds.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/grammar/ds.js~Raw.html">Raw</a></span></td>
<td class="coverage"><span data-ice="coverage">60 %</span><span data-ice="coverageCount" class="coverage-count">3/5</span></td>
<td style="display: none;" data-ice="size">1384 byte</td>
<td style="display: none;" data-ice="lines">51</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/grammar/escape.js.html#errorLines=2,35,36,37,39,71">src/grammar/escape.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="variable/index.html#static-variable-escape">escape</a></span></td>
<td class="coverage"><span data-ice="coverage">33 %</span><span data-ice="coverageCount" class="coverage-count">3/9</span></td>
<td style="display: none;" data-ice="size">4282 byte</td>
<td style="display: none;" data-ice="lines">108</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/grammar/index.js.html">src/grammar/index.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">73 byte</td>
<td style="display: none;" data-ice="lines">3</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/grammar/times.js.html#errorLines=107,110,130,134,146,199,206,207,224,243,250,274,275,40,69,70,87">src/grammar/times.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="variable/index.html#static-variable-Precision">Precision</a></span>
<span><a href="function/index.html#static-function-castTimestamp">castTimestamp</a></span>
<span><a href="function/index.html#static-function-dateToTime">dateToTime</a></span>
<span><a href="function/index.html#static-function-formatDate">formatDate</a></span>
<span><a href="function/index.html#static-function-isoOrTimeToDate">isoOrTimeToDate</a></span>
<span><a href="function/index.html#static-function-toNanoDate">toNanoDate</a></span></td>
<td class="coverage"><span data-ice="coverage">29 %</span><span data-ice="coverageCount" class="coverage-count">7/24</span></td>
<td style="display: none;" data-ice="size">10469 byte</td>
<td style="display: none;" data-ice="lines">325</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/host.js.html#errorLines=10,11,2,9">src/host.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">42 %</span><span data-ice="coverageCount" class="coverage-count">3/7</span></td>
<td style="display: none;" data-ice="size">806 byte</td>
<td style="display: none;" data-ice="lines">30</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/index.js.html#errorLines=15,228,229,9">src/index.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/index.js~InfluxDB.html">InfluxDB</a></span></td>
<td class="coverage"><span data-ice="coverage">90 %</span><span data-ice="coverageCount" class="coverage-count">39/43</span></td>
<td style="display: none;" data-ice="size">35626 byte</td>
<td style="display: none;" data-ice="lines">1047</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/pool.js.html#errorLines=23,25,310,34,36,37,38,41,65,72,90,95,96,97,98">src/pool.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/pool.js~Pool.html">Pool</a></span>
<span><a href="class/src/pool.js~RequestError.html">RequestError</a></span>
<span><a href="class/src/pool.js~ServiceNotAvailableError.html">ServiceNotAvailableError</a></span></td>
<td class="coverage"><span data-ice="coverage">54 %</span><span data-ice="coverageCount" class="coverage-count">18/33</span></td>
<td style="display: none;" data-ice="size">11216 byte</td>
<td style="display: none;" data-ice="lines">323</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/results.js.html#errorLines=11,33,6,8">src/results.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/results.js~ResultError.html">ResultError</a></span>
<span><a href="function/index.html#static-function-assertNoErrors">assertNoErrors</a></span>
<span><a href="function/index.html#static-function-parse">parse</a></span>
<span><a href="function/index.html#static-function-parseSingle">parseSingle</a></span></td>
<td class="coverage"><span data-ice="coverage">55 %</span><span data-ice="coverageCount" class="coverage-count">5/9</span></td>
<td style="display: none;" data-ice="size">4370 byte</td>
<td style="display: none;" data-ice="lines">126</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/schema.js.html#errorLines=12,7,8,9">src/schema.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/schema.js~Schema.html">Schema</a></span>
<span><a href="function/index.html#static-function-coerceBadly">coerceBadly</a></span></td>
<td class="coverage"><span data-ice="coverage">55 %</span><span data-ice="coverageCount" class="coverage-count">5/9</span></td>
<td style="display: none;" data-ice="size">4224 byte</td>
<td style="display: none;" data-ice="lines">111</td>
<td style="display: none;" data-ice="updated">2021-06-03 14:28:30 (UTC)</td>
</tr>
</tbody>
</table>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>