pub fn execute_copy<S: KVStore, C: Catalog>(
txn: &mut SqlTransaction<'_, S>,
catalog: &C,
table_name: &str,
file_path: &str,
format: FileFormat,
options: CopyOptions,
config: &CopySecurityConfig,
) -> Result<ExecutionResult>Expand description
COPY 文を実行する。