!5818 【SMP】support parallel index scan

Merge pull request !5818 from 赵森/master
This commit is contained in:
opengauss_bot
2024-08-20 06:07:56 +00:00
committed by Gitee
23 changed files with 781 additions and 78 deletions

View File

@ -14,6 +14,7 @@
#ifndef NODEINDEXSCAN_H
#define NODEINDEXSCAN_H
#include "executor/exec/execStream.h"
#include "nodes/execnodes.h"
extern IndexScanState* ExecInitIndexScan(IndexScan* node, EState* estate, int eflags);