MCPcopy Create free account
hub / github.com/apache/cloudberry / FigureIndexColname

Function FigureIndexColname

src/backend/parser/parse_target.c:1715–1722  ·  view source on GitHub ↗

* FigureIndexColname - * choose the name for an expression column in an index * * This is actually just like FigureColname, except we return NULL if * we can't pick a good name. */

Source from the content-addressed store, hash-verified

1713 * we can't pick a good name.
1714 */
1715char *
1716FigureIndexColname(Node *node)
1717{
1718 char *name = NULL;
1719
1720 (void) FigureColnameInternal(node, &name);
1721 return name;
1722}
1723
1724/*
1725 * FigureColnameInternal -

Callers 1

transformIndexStmtFunction · 0.85

Calls 1

FigureColnameInternalFunction · 0.85

Tested by

no test coverage detected