greenplumn interpolate 源码

  • 2022-08-18
  • 浏览 (422)

greenplumn interpolate 代码

文件路径:/src/include/utils/interpolate.h

/*-----------------------------------------------------------------------
 *
 * interpolate.h
 *
 * Portions Copyright (c) 2012, Greenplum inc
 * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
 *
 *
 * IDENTIFICATION
 *	    src/include/utils/interpolate.h
 *
 *-----------------------------------------------------------------------
 */
#ifndef _INTERPOLATE_H_
#define _INTERPOLATE_H_

#include "fmgr.h"

extern Datum
linterp_int64(PG_FUNCTION_ARGS);

extern Datum
linterp_int32(PG_FUNCTION_ARGS);

extern Datum
linterp_int16(PG_FUNCTION_ARGS);

extern Datum
linterp_float8(PG_FUNCTION_ARGS);

extern Datum
linterp_float4(PG_FUNCTION_ARGS);

extern Datum
linterp_DateADT(PG_FUNCTION_ARGS);

extern Datum
linterp_TimeADT(PG_FUNCTION_ARGS);

extern Datum
linterp_Timestamp(PG_FUNCTION_ARGS);

extern Datum
linterp_TimestampTz(PG_FUNCTION_ARGS);

extern Datum
linterp_Interval(PG_FUNCTION_ARGS);

extern Datum
linterp_Numeric(PG_FUNCTION_ARGS);

#endif   /* _INTERPOLATE_H_ */

相关信息

greenplumn 源码目录

相关文章

greenplumn acl 源码

greenplumn aclchk_internal 源码

greenplumn array 源码

greenplumn arrayaccess 源码

greenplumn ascii 源码

greenplumn attoptcache 源码

greenplumn backend_cancel 源码

greenplumn bitmap_compression 源码

greenplumn bitstream 源码

greenplumn builtins 源码

0  赞