◆ insertRecordsFromQuery() [1/2]
| inline |
Computes remote query result and inserts the result data into a new or existing table.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 50815 of file KineticaFunctions.cs.
◆ insertRecordsFromQuery() [2/2]
| inline |
Computes remote query result and inserts the result data into a new or existing table.
Parameters
| table_name | Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing TYPE_ID or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria. |
| remote_query | Query for which result data needs to be imported. |
| modify_columns | Not implemented yet. The default value is an empty Dictionary. |
| create_table_options | Options used when creating the target table.
|
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 51537 of file KineticaFunctions.cs.
◆ InsertRecordsFromQueryAsync() [1/2]
| inline |
Computes remote query result and inserts the result data into a new or existing table.
(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 50831 of file KineticaFunctions.cs.
◆ InsertRecordsFromQueryAsync() [2/2]
| inline |
Computes remote query result and inserts the result data into a new or existing table.
(async)
Parameters
| table_name | Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules. If the table does not exist, the table will be created using either an existing TYPE_ID or the type inferred from the remote query, and the new table name will have to meet standard table naming criteria. |
| remote_query | Query for which result data needs to be imported. |
| modify_columns | Not implemented yet. The default value is an empty Dictionary. |
| create_table_options | Options used when creating the target table.
|
| 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 52250 of file KineticaFunctions.cs.