Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Create a new IR Node to represent TypeLiterals and NamedTypes

Open adithyaselv opened this issue 1 year ago • 1 comments

Today we serialize the TypeLiterals and NamedTypes to strings and then deserialize it into DType in the runtime implementation of a function. Having a separate IR node for this would result in cleaner implementation and would avoid unnecessary Serialization and DeSerialization

adithyaselv avatar Sep 23 '24 20:09 adithyaselv

+1. There's a related issue of how we pass the type into the function at runtime. Ideally, this would also be a dtype (and not a string to deserialize).

MikeStall avatar Oct 03 '24 14:10 MikeStall