PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ opFamilyDim()

static uint8_t opFamilyDim ( const char *  opfamily)
static

Definition at line 232 of file gserialized_supportfn.c.

233 {
234  const OpFamilyDim *idxdims = OpFamilyDims;
235  do
236  {
237  if(strcmp(idxdims->opfamilyname, opfamily) == 0)
238  {
239  return idxdims->dims;
240  }
241  idxdims++;
242  }
243  while (idxdims->opfamilyname);
244  return 0;
245 }
static const OpFamilyDim OpFamilyDims[]
const char * opfamilyname

References OpFamilyDim::dims, OpFamilyDims, and OpFamilyDim::opfamilyname.

Referenced by opFamilyAmOid().

Here is the caller graph for this function: