Skip to main content

◆ showStatistics() [1/2]

ShowStatisticsResponse kinetica.Kinetica.showStatistics (IList< string >table_names,
IDictionary< string, string >options = null )
inline

Retrieves the collected column statistics for the specified table(s).

Parameters
table_namesNames 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.
optionsOptional parameters.
  • NO_ERROR_IF_NOT_EXISTS: If TRUE and if the table names specified in table_names does not exist, no error is returned. If FALSE and if the table names specified in table_names does not exist, then an error is returned. Supported values:The default value is FALSE.
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 61734 of file KineticaFunctions.cs.

◆ showStatistics() [2/2]

ShowStatisticsResponse kinetica.Kinetica.showStatistics (ShowStatisticsRequestrequest_)
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]

async System.Threading.Tasks.Task< ShowStatisticsResponse > kinetica.Kinetica.ShowStatisticsAsync (IList< string >table_names,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves the collected column statistics for the specified table(s).

(async)

Parameters
table_namesNames 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.
optionsOptional parameters.
  • NO_ERROR_IF_NOT_EXISTS: If TRUE and if the table names specified in table_names does not exist, no error is returned. If FALSE and if the table names specified in table_names does not exist, then an error is returned. Supported values:The default value is FALSE.
The default value is an empty Dictionary.
cancellationTokenCancellation 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]

async System.Threading.Tasks.Task< ShowStatisticsResponse > kinetica.Kinetica.ShowStatisticsAsync (ShowStatisticsRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Retrieves the collected column statistics for the specified table(s).

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation 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.