usql icon indicating copy to clipboard operation
usql copied to clipboard

IProcessor - does it really need to be an abstract class?

Open isaacabraham opened this issue 10 years ago • 0 comments

Do this really need to be a class - why not just single-method interfaces. Or even better, could it not just be a single function signature e.g. (IRow * IUpdateableRow) -> IRow) - this would be more lightweight for implementers that they don't need to create a separate class for every single UDO that they want to create.

isaacabraham avatar Nov 12 '15 02:11 isaacabraham