File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
doc/modules/ROOT/pages/installation Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -98,22 +98,18 @@ YIELD
98
98
running: Boolean,
99
99
enabled: Boolean,
100
100
listenAddress: String,
101
- advertisedListenAddress: String,
102
- serverLocation: String,
103
101
batchSize: Integer,
104
102
abortionTimeout: Integer
105
103
----
106
104
107
105
.Results
108
106
[opts="header",cols="1,1,6"]
109
107
|===
110
- | Name | Type | Description
111
- | running | Boolean | True, if the Arrow Flight Server is currently running.
112
- | enabled | Boolean | True, if the corresponding setting is enabled.
113
- | listenAddress | String | Address (host and port) the Arrow Flight Server is bound to.
114
- | advertisedListenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
115
- | serverLocation | String | URI where the Flight stream is available. `NULL` is Arrow is not enabled.
116
- | batchSize | Integer | The batch size used for arrow property export.
117
- | abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
108
+ | Name | Type | Description
109
+ | running | Boolean | True, if the Arrow Flight Server is currently running.
110
+ | enabled | Boolean | True, if the corresponding setting is enabled.
111
+ | listenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
112
+ | batchSize | Integer | The batch size used for arrow property export.
113
+ | abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
118
114
|===
119
115
======
You can’t perform that action at this time.
0 commit comments