MCPcopy Create free account
hub / github.com/MariaDB/server / MakeCol

Method MakeCol

storage/connect/tabbson.cpp:1435–1440  ·  view source on GitHub ↗

/ Allocate JSN column description block. */ /

Source from the content-addressed store, hash-verified

1433/* Allocate JSN column description block. */
1434/***********************************************************************/
1435PCOL TDBBSN::MakeCol(PGLOBAL g, PCOLDEF cdp, PCOL cprec, int n)
1436{
1437 PBSCOL colp = new(g) BSONCOL(g, cdp, this, cprec, n);
1438
1439 return (colp->ParseJpath(g)) ? NULL : colp;
1440} // end of MakeCol
1441
1442/***********************************************************************/
1443/* InsertSpecialColumn: Put a special column ahead of the column list.*/

Callers

nothing calls this directly

Calls 1

ParseJpathMethod · 0.45

Tested by

no test coverage detected