The current `to_numpy()` in ibisml is based on a pandas dataframe: Convert ibis table to pandas dataframe, then to numpy. It is not efficient. Some backend, like duckdb, could directly[ convert query result to a numpy array.](https://duckdb.org/docs/guides/python/export_numpy) ----- Had some initial discussion in ibis triage, we decided to hold off until we encounter a specific use case before proceeding further.