PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ opFamilyDim()

static uint8_t opFamilyDim ( const char *  opfamily)
static

Definition at line 230 of file gserialized_supportfn.c.

231{
232 const OpFamilyDim *idxdims = OpFamilyDims;
233 do
234 {
235 if(strcmp(idxdims->opfamilyname, opfamily) == 0)
236 {
237 return idxdims->dims;
238 }
239 idxdims++;
240 }
241 while (idxdims->opfamilyname);
242 return 0;
243}
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: