georgia-tech-db / evadb

Database system for AI-powered apps
https://evadb.ai/docs
Apache License 2.0
2.64k stars 262 forks source link

Add column matching for function pipelining #1417

Open Y1feiwang opened 12 months ago

Y1feiwang commented 12 months ago

matches custom function's expected name with the actual input name through first matching name, then shape of the data in the column, and at last type. All change are made in evadb/models/storage/batch.py.

xzdandy commented 11 months ago

Hi, I think this PR does not merge correctly with staging. It reverts mange changes on the staging branch. We need to fix the merge errors. Thanks!