amol- commented on code in PR #12765:
URL: https://github.com/apache/arrow/pull/12765#discussion_r842642635
##########
python/pyarrow/_exec_plan.pyx:
##########
@@ -61,10 +65,18 @@ cdef execplan(inputs, output_type, vector[CDeclaration]
plan, c_bool use_threads
CTable* c_table
shared_ptr[CTable] c_out_table
shared_ptr[CSourceNodeOptions] c_sourceopts
+ shared_ptr[CScanNodeOptions] c_scanopts
+ shared_ptr[CExecNodeOptions] c_input_node_opts
shared_ptr[CSinkNodeOptions] c_sinkopts
shared_ptr[CAsyncExecBatchGenerator] c_async_exec_batch_gen
shared_ptr[CRecordBatchReader] c_recordbatchreader
vector[CDeclaration].iterator plan_iter
+ vector[CDeclaration.Input] no_c_inputs
Review Comment:
it's a variable that contains no `Input`s, it's used to create the first
node of the exec plan as it doesn't receive any other input, being it the first
one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]