◆ filter() [1/2]
| inline |
Filters data based on the specified expression.
The results are stored in a result set with the given view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
| request_ | Request object containing the parameters for the operation. |
Definition at line 36260 of file KineticaFunctions.cs.
◆ filter() [2/2]
| inline |
Filters data based on the specified expression.
The results are stored in a result set with the given view_name .
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
| table_name | Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules. This may be the name of a table or a view (when chaining queries). |
| view_name | If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria. Must not be an already existing table or view. The default value is ”. |
| expression | The select expression to filter the specified table. For details see Expressions. |
| options | Optional parameters.
|
Definition at line 36373 of file KineticaFunctions.cs.
◆ FilterAsync() [1/2]
| inline |
Filters data based on the specified expression.
(async)
The results are stored in a result set with the given view_name.
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 36285 of file KineticaFunctions.cs.
◆ FilterAsync() [2/2]
| inline |
Filters data based on the specified expression.
(async)
The results are stored in a result set with the given view_name .
For details see Expressions.
The response message contains the number of points for which the expression evaluated to be true, which is equivalent to the size of the result view.
| table_name | Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules. This may be the name of a table or a view (when chaining queries). |
| view_name | If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria. Must not be an already existing table or view. The default value is ”. |
| expression | The select expression to filter the specified table. For details see Expressions. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 36464 of file KineticaFunctions.cs.