◆ showStatistics() [1/2]
| inline |
Retrieves the collected column statistics for the specified table(s).
Parameters
| table_names | Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. A single entry of ’*’ expands to every user table the caller may read (excluding system schemas, views, and temporary tables); when used it must be the only entry. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 61734 of file KineticaFunctions.cs.
◆ showStatistics() [2/2]
| inline |
Retrieves the collected column statistics for the specified table(s).
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 61666 of file KineticaFunctions.cs.
◆ ShowStatisticsAsync() [1/2]
| inline |
Retrieves the collected column statistics for the specified table(s).
(async)
Parameters
| table_names | Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. A single entry of ’*’ expands to every user table the caller may read (excluding system schemas, views, and temporary tables); when used it must be the only entry. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 61786 of file KineticaFunctions.cs.
◆ ShowStatisticsAsync() [2/2]
| inline |
Retrieves the collected column statistics for the specified table(s).
(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 61682 of file KineticaFunctions.cs.