Skip to content

Commit d187198

Browse files
rokdangotbanned
andauthored
Update python/pyarrow-stubs/_compute.pyi
Co-authored-by: Dan Redding <125183946+dangotbanned@users.noreply.github.com>
1 parent 7e69505 commit d187198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyarrow-stubs/_compute.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ class Function(lib._Weakrefable):
5151
def name(self) -> str: ...
5252
@property
5353
def num_kernels(self) -> int: ...
54-
54+
@property
55+
def kernels(self) -> list[ScalarKernel | VectorKernel | ScalarAggregateKernel | HashAggregateKernel]:
5556
def call(
5657
self,
5758
args: Iterable,

0 commit comments

Comments
 (0)