Skip to content

Commit 92c8dff

Browse files
committed
linting
1 parent ae5305a commit 92c8dff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/pyarrow/includes/libgandiva.pxd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ cdef extern from "gandiva/projector.h" namespace "gandiva" nogil:
8383

8484
cdef cppclass CProjector" gandiva::Projector":
8585

86-
GStatus Evaluate(const CRecordBatch& batch, CMemoryPool* pool, const CArrayVector* output)
86+
GStatus Evaluate(
87+
const CRecordBatch& batch, CMemoryPool* pool,
88+
const CArrayVector* output)

0 commit comments

Comments
 (0)