You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, RelationalOperator is an enum that defines a limited set of built-in operations. I wish there's a way to define a custom operator. For example, we could make EvaluatorFactory pluggable?
Currently,
RelationalOperatoris an enum that defines a limited set of built-in operations. I wish there's a way to define a custom operator. For example, we could makeEvaluatorFactorypluggable?