Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableContextImpl ¶
type TableContextImpl struct { sessionctx.Context // contains filtered or unexported fields }
TableContextImpl is used to provide context for table operations.
func NewTableContextImpl ¶
func NewTableContextImpl(sctx sessionctx.Context, exprCtx exprctx.ExprContext) *TableContextImpl
NewTableContextImpl creates a new TableContextImpl.
func (*TableContextImpl) GetExprCtx ¶
func (ctx *TableContextImpl) GetExprCtx() exprctx.ExprContext
GetExprCtx returns the ExprContext
func (*TableContextImpl) TxnRecordTempTable ¶
func (ctx *TableContextImpl) TxnRecordTempTable(tbl *model.TableInfo) tableutil.TempTable
TxnRecordTempTable record the temporary table to the current transaction. This method will be called when the temporary table is modified in the transaction.
Click to show internal directories.
Click to hide internal directories.