addColumnsWithSchema method
Implementation
Future<void> addColumnsWithSchema({required String table, required ArrowSchema schema}) {
return client.addColumnsWithSchema(database: database, table: table, schema: schema, namespace: namespace);
}
Future<void> addColumnsWithSchema({required String table, required ArrowSchema schema}) {
return client.addColumnsWithSchema(database: database, table: table, schema: schema, namespace: namespace);
}