Searched defs:Upsert (Results 1 – 4 of 4) sorted by relevance
48 void TimingCacheRegistry::Upsert(const string& name, TimingCache* cache) { in Upsert() function in tensorflow::tensorrt::convert::TimingCacheRegistry
14665 typedef struct Upsert Upsert; typedef18592 struct Upsert { struct18593 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument18594 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument18595 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument18596 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument18597 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument18601 void *pToFree; /* Free memory when deleting the Upsert object */ argument18607 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument18608 SrcList *pUpsertSrc; /* Table to be updated */ argument[all …]
14823 typedef struct Upsert Upsert; typedef18593 struct Upsert { struct18594 ExprList *pUpsertTarget; /* Optional description of conflict target */ argument18595 Expr *pUpsertTargetWhere; /* WHERE clause for partial index targets */ argument18596 ExprList *pUpsertSet; /* The SET clause from an ON CONFLICT UPDATE */ argument18597 Expr *pUpsertWhere; /* WHERE clause for the ON CONFLICT UPDATE */ argument18598 Upsert *pNextUpsert; /* Next ON CONFLICT clause in the list */ argument18602 void *pToFree; /* Free memory when deleting the Upsert object */ argument18608 Index *pUpsertIdx; /* UNIQUE constraint specified by pUpsertTarget */ argument18609 SrcList *pUpsertSrc; /* Table to be updated */ argument[all …]