From 38836827faa36efa71e588280166fb9df932c2fa Mon Sep 17 00:00:00 2001 From: Karthikeyan <6488848+karthikeyann@users.noreply.github.com> Date: Mon, 8 May 2023 20:07:21 +0530 Subject: [PATCH] Add Python bindings for string literal support in AST (#13073) Depends on https://github.com/rapidsai/cudf/pull/13061 Add Python bindings for string scalar support in AST Add unit test for string comparison - column vs column, column vs literal. Authors: - Karthikeyan (https://github.com/karthikeyann) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Ashwin Srinath (https://github.com/shwina) URL: https://github.com/rapidsai/cudf/pull/13073