### Is there an existing issue for the same feature request? - [x] I have checked the existing issues. ### Is your feature request related to a problem? _No response_ ### Describe the feature you'd like Support query like: ```python table_instance.output(["num", "name", "score"]).filter("num in (1, 2, 3)").to_pl() ``` ### Describe implementation you've considered _No response_ ### Documentation, adoption, use case _No response_ ### Additional information _No response_