We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e69505 commit d187198Copy full SHA for d187198
python/pyarrow-stubs/_compute.pyi
@@ -51,7 +51,8 @@ class Function(lib._Weakrefable):
51
def name(self) -> str: ...
52
@property
53
def num_kernels(self) -> int: ...
54
-
+ @property
55
+ def kernels(self) -> list[ScalarKernel | VectorKernel | ScalarAggregateKernel | HashAggregateKernel]:
56
def call(
57
self,
58
args: Iterable,
0 commit comments