insertTable method
Implementation
Future<void> insertTable({required String table, required ArrowTable records}) {
return client.insertTable(database: database, table: table, records: records, namespace: namespace);
}
Future<void> insertTable({required String table, required ArrowTable records}) {
return client.insertTable(database: database, table: table, records: records, namespace: namespace);
}