citus/src/include/distributed/task_execution_utils.h

9 lines
301 B
C

#ifndef TASK_EXECUTION_UTILS_H
#define TASK_EXECUTION_UTILS_H
extern List * CreateTaskListForJobTree(List *jobTaskList);
extern List * TaskListForDistributedDataDump(List *taskList);
extern List * TaskPlacementListForDistributedDataDump(List *taskPlacementList);
#endif /* TASK_EXECUTION_UTILS_H */