**Summary** Description for this feature. support copy command to load csv file into table. ``` COPY table_name FROM '/path/to/test.csv' ``` task list: - [x] support copy stage csv/parquet file into table #2878 - [x] support async read stream to parse formats #2786 - [x] #3082 Reference: https://www.postgresql.org/docs/13/sql-copy.html https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html https://duckdb.org/docs/sql/statements/copy