PostGIS  2.4.9dev-r@@SVN_REVISION@@
rtpg_inout.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include "rtpostgis.h"
Include dependency graph for rtpg_inout.c:

Go to the source code of this file.

Functions

Datum RASTER_in (PG_FUNCTION_ARGS)
 
Datum RASTER_out (PG_FUNCTION_ARGS)
 
Datum RASTER_noop (PG_FUNCTION_ARGS)
 
Datum RASTER_to_bytea (PG_FUNCTION_ARGS)
 
Datum RASTER_to_binary (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (RASTER_in)
 Input is a string with hex chars in it. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_out)
 Given a RASTER structure, convert it to Hex and put it in a string. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_to_bytea)
 Return bytea object with raster in Well-Known-Binary form. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_to_binary)
 Return bytea object with raster in Well-Known-Binary form requested using ST_AsBinary function. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_noop)