File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
doc/modules/ROOT/pages/installation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 91
91
running: Boolean,
92
92
enabled: Boolean,
93
93
listenAddress: String,
94
+ serverLocation: String,
94
95
batchSize: Integer,
95
96
abortionTimeout: Integer
96
97
----
@@ -102,6 +103,7 @@ YIELD
102
103
| running | Boolean | True, if the Arrow Flight Server is currently running.
103
104
| enabled | Boolean | True, if the corresponding setting is enabled.
104
105
| listenAddress | String | Address (host and port) the Arrow Flight Server is bound to.
106
+ | serverLocation | String | URI where the Flight stream is available. `NULL` is Arrow is not enabled.
105
107
| batchSize | Integer | The batch size used for arrow property export.
106
108
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
107
109
|===
You can’t perform that action at this time.
0 commit comments