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 ae5305a commit 92c8dffCopy full SHA for 92c8dff
python/pyarrow/includes/libgandiva.pxd
@@ -83,4 +83,6 @@ cdef extern from "gandiva/projector.h" namespace "gandiva" nogil:
83
84
cdef cppclass CProjector" gandiva::Projector":
85
86
- GStatus Evaluate(const CRecordBatch& batch, CMemoryPool* pool, const CArrayVector* output)
+ GStatus Evaluate(
87
+ const CRecordBatch& batch, CMemoryPool* pool,
88
+ const CArrayVector* output)
0 commit comments