mirror of https://github.com/citusdata/citus.git
20 lines
444 B
C
20 lines
444 B
C
/*-------------------------------------------------------------------------
|
|
*
|
|
* cstore_customscan.h
|
|
*
|
|
* Forward declarations of functions to hookup the custom scan feature of
|
|
* cstore.
|
|
*
|
|
* $Id$
|
|
*
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
|
|
#ifndef CSTORE_FDW_CSTORE_CUSTOMSCAN_H
|
|
#define CSTORE_FDW_CSTORE_CUSTOMSCAN_H
|
|
|
|
void cstore_customscan_init(void);
|
|
|
|
|
|
#endif /*CSTORE_FDW_CSTORE_CUSTOMSCAN_H */
|