◆ aggregateConvexHull() [1/2]
| inline |
Calculates and returns the convex hull for the values in a table specified by table_name.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 3642 of file KineticaFunctions.cs.
◆ aggregateConvexHull() [2/2]
| inline |
Calculates and returns the convex hull for the values in a table specified by table_name .
Parameters
| table_name | Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. |
| x_column_name | Name of the column containing the x coordinates of the points for the operation being performed. |
| y_column_name | Name of the column containing the y coordinates of the points for the operation being performed. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 3684 of file KineticaFunctions.cs.
◆ AggregateConvexHullAsync() [1/2]
| inline |
Calculates and returns the convex hull for the values in a table specified by table_name.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 3660 of file KineticaFunctions.cs.
◆ AggregateConvexHullAsync() [2/2]
| inline |
Calculates and returns the convex hull for the values in a table specified by table_name .
(async)
Parameters
| table_name | Name of table on which the operation will be performed. Must be an existing table, in [schema_name.]table_name format, using standard name resolution rules. |
| x_column_name | Name of the column containing the x coordinates of the points for the operation being performed. |
| y_column_name | Name of the column containing the y coordinates of the points for the operation being performed. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 3712 of file KineticaFunctions.cs.