Skip to content
Discussion options

You must be logged in to vote

It’s not clear to me how much flexibility you have in changing the query structure, but you could do:

WITH SESSION SPECIAL_FIELD = …
SELECT …

If you want to keep it in the WHERE clause, you’ll need to make your connector present a virtual column to represent the special field and implement the filter pushdown APIs to make it understand the constraint on that field.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ArthurBesse
Comment options

Answer selected by ArthurBesse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants