What is the purpose of the inspect
function in DriverAdapter?
#10455
Unanswered
yongil-MetisX
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
My company MetisX is developing a HW accelerator for OLAP and we are trying to accelerate Velox with our HW.
Referring to the Wave code, I realized that we can implement it by utilizing DriverAdapter.
But I don't quite understand the purpose of the
inspect
function in DriverAdapter. Is there any documentation or example code somewhere that explains this?Actually, what I want to do is get a complete PlanFragment and have it run through our acceleration engine path. I know from the VeloxCon2024 video that NeuroBlade is taking this approach. I'm guessing I could use the
inspect
function of the DriverAdapter, is my approach correct?Beta Was this translation helpful? Give feedback.
All reactions