Home
last modified time | relevance | path

Searched refs:ModifyTableState (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/
H A DModifyTableProcedure.java56 extends StateMachineProcedure<MasterProcedureEnv, ModifyTableState>
101 setNextState(ModifyTableState.MODIFY_TABLE_PRE_OPERATION); in executeFromState()
114 setNextState(ModifyTableState.MODIFY_TABLE_DELETE_FS_LAYOUT); in executeFromState()
116 setNextState(ModifyTableState.MODIFY_TABLE_POST_OPERATION); in executeFromState()
121 setNextState(ModifyTableState.MODIFY_TABLE_POST_OPERATION); in executeFromState()
187 protected ModifyTableState getState(final int stateId) { in getState()
188 return ModifyTableState.valueOf(stateId); in getState()
192 protected int getStateId(final ModifyTableState state) { in getStateId()
197 protected ModifyTableState getInitialState() { in getInitialState()
198 return ModifyTableState.MODIFY_TABLE_PREPARE; in getInitialState()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern TupleTableSlot *ExecModifyTable(ModifyTableState *node);
20 extern void ExecEndModifyTable(ModifyTableState *node);
21 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-client/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql10-server/postgresql-10.19/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql11-server/postgresql-11.14/src/include/executor/
H A DnodeModifyTable.h18 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
19 extern void ExecEndModifyTable(ModifyTableState *node);
20 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql12-client/postgresql-12.9/src/include/executor/
H A DnodeModifyTable.h20 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
21 extern void ExecEndModifyTable(ModifyTableState *node);
22 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/executor/
H A DnodeModifyTable.h20 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
21 extern void ExecEndModifyTable(ModifyTableState *node);
22 extern void ExecReScanModifyTable(ModifyTableState *node);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/executor/
H A DnodeModifyTable.h20 extern ModifyTableState *ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags);
21 extern void ExecEndModifyTable(ModifyTableState *node);
22 extern void ExecReScanModifyTable(ModifyTableState *node);

12345678910>>...23