From 6717fa1434ae68213094979a23e05d5bf2a8e16a Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Thu, 7 Nov 2024 15:22:59 -0800 Subject: [PATCH] add declaration --- python/pylibcudf/pylibcudf/filling.pxd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/pylibcudf/pylibcudf/filling.pxd b/python/pylibcudf/pylibcudf/filling.pxd index b9345f8cd42..56aef086e1b 100644 --- a/python/pylibcudf/pylibcudf/filling.pxd +++ b/python/pylibcudf/pylibcudf/filling.pxd @@ -33,3 +33,9 @@ cpdef Table repeat( Table input_table, ColumnOrSize count ) + +cpdef Column calendrical_month_sequence( + size_type n, + Scalar init, + size_type months, +)