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

Method MakeCol

storage/connect/tabjson.cpp:897–902  ·  view source on GitHub ↗

/ Allocate JSN column description block. */ /

Source from the content-addressed store, hash-verified

895/* Allocate JSN column description block. */
896/***********************************************************************/
897PCOL TDBJSN::MakeCol(PGLOBAL g, PCOLDEF cdp, PCOL cprec, int n)
898{
899 PJCOL colp = new(g) JSONCOL(g, cdp, this, cprec, n);
900
901 return (colp->ParseJpath(g)) ? NULL : colp;
902} // end of MakeCol
903
904/***********************************************************************/
905/* 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