PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ MVT_PARSE_DATUM

#define MVT_PARSE_DATUM (   type,
  datumfunc,
  hash,
  size,
  pfvaluefield,
  pftype 
)
Value:
{ \
type value = datumfunc(datum); \
MVT_PARSE_VALUE(hash, value, size, pfvaluefield, pftype); \
}
int value
Definition: genraster.py:62

Definition at line 495 of file mvt.c.