Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockExec ¶
type LockExec struct { exec.BaseExecutor // Tables is the list of tables to be locked. // It might contain partition names if we are locking partitions. // When locking partitions, Tables will only contain one table name. Tables []*ast.TableName }
LockExec represents a lock statistic executor.
type UnlockExec ¶
type UnlockExec struct { exec.BaseExecutor // Tables is the list of tables to be unlocked. // It might contain partition names if we are unlocking partitions. // When unlocking partitions, Tables will only contain one table name. Tables []*ast.TableName }
UnlockExec represents a unlock statistic executor.
func (*UnlockExec) Close ¶
func (*UnlockExec) Close() error
Close implements the Executor Close interface.
Click to show internal directories.
Click to hide internal directories.