You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/esql/async_query.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ module Actions
30
30
#
31
31
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
32
32
# @option arguments [String] :delimiter The character to use between values within a CSV row. Only valid for the csv format.
33
+
# @option arguments [Boolean] :drop_null_columns Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/esql/async_query_get.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ module Actions
27
27
# @option arguments [String] :id The async query ID
28
28
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
29
29
# @option arguments [Time] :keep_alive Specify the time interval in which the results (partial or final) for this search will be available
30
+
# @option arguments [Boolean] :drop_null_columns Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/esql/query.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ module Actions
30
30
#
31
31
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
32
32
# @option arguments [String] :delimiter The character to use between values within a CSV row. Only valid for the csv format.
33
+
# @option arguments [Boolean] :drop_null_columns Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.
0 commit comments