◆ filterByString() [1/2]
| inline |
Calculates which objects from a table or view match a string expression for the given string columns.
Setting CASE_SENSITIVE can modify case sensitivity in matching for all modes except SEARCH. For SEARCH mode details and limitations, see Full Text Search.
| request_ | Request object containing the parameters for the operation. |
Definition at line 39098 of file KineticaFunctions.cs.
◆ filterByString() [2/2]
| inline |
Calculates which objects from a table or view match a string expression for the given string columns.
Setting CASE_SENSITIVE can modify case sensitivity in matching for all modes except SEARCH. For SEARCH mode details and limitations, see Full Text Search.
| table_name | Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view. |
| 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 expression with which to filter the table. |
| mode | The string filtering mode to apply. See below for details. Supported values:
|
| column_names | List of columns on which to apply the filter. Ignored for SEARCH mode. |
| options | Optional parameters.
|
Definition at line 39284 of file KineticaFunctions.cs.
◆ FilterByStringAsync() [1/2]
| inline |
Calculates which objects from a table or view match a string expression for the given string columns.
(async)
Setting CASE_SENSITIVE can modify case sensitivity in matching for all modes except SEARCH. For SEARCH mode details and limitations, see Full Text Search.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 39121 of file KineticaFunctions.cs.
◆ FilterByStringAsync() [2/2]
| inline |
Calculates which objects from a table or view match a string expression for the given string columns.
(async)
Setting CASE_SENSITIVE can modify case sensitivity in matching for all modes except SEARCH. For SEARCH mode details and limitations, see Full Text Search.
| table_name | Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table or view. |
| 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 expression with which to filter the table. |
| mode | The string filtering mode to apply. See below for details. Supported values:
|
| column_names | List of columns on which to apply the filter. Ignored for SEARCH mode. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 39453 of file KineticaFunctions.cs.