Package org.apache.iotdb.db.qp.logical
Enum Operator.OperatorType
- java.lang.Object
-
- java.lang.Enum<Operator.OperatorType>
-
- org.apache.iotdb.db.qp.logical.Operator.OperatorType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Operator.OperatorType>
- Enclosing class:
- Operator
public static enum Operator.OperatorType extends java.lang.Enum<Operator.OperatorType>
If you want to add new OperatorType, you must add it in the last.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Operator.OperatorTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator.OperatorType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NULL
public static final Operator.OperatorType NULL
-
AUTHOR
public static final Operator.OperatorType AUTHOR
-
LOAD_DATA
public static final Operator.OperatorType LOAD_DATA
-
CREATE_USER
public static final Operator.OperatorType CREATE_USER
-
DELETE_USER
public static final Operator.OperatorType DELETE_USER
-
MODIFY_PASSWORD
public static final Operator.OperatorType MODIFY_PASSWORD
-
GRANT_USER_PRIVILEGE
public static final Operator.OperatorType GRANT_USER_PRIVILEGE
-
REVOKE_USER_PRIVILEGE
public static final Operator.OperatorType REVOKE_USER_PRIVILEGE
-
GRANT_USER_ROLE
public static final Operator.OperatorType GRANT_USER_ROLE
-
REVOKE_USER_ROLE
public static final Operator.OperatorType REVOKE_USER_ROLE
-
CREATE_ROLE
public static final Operator.OperatorType CREATE_ROLE
-
DELETE_ROLE
public static final Operator.OperatorType DELETE_ROLE
-
GRANT_ROLE_PRIVILEGE
public static final Operator.OperatorType GRANT_ROLE_PRIVILEGE
-
REVOKE_ROLE_PRIVILEGE
public static final Operator.OperatorType REVOKE_ROLE_PRIVILEGE
-
LIST_USER
public static final Operator.OperatorType LIST_USER
-
LIST_ROLE
public static final Operator.OperatorType LIST_ROLE
-
LIST_USER_PRIVILEGE
public static final Operator.OperatorType LIST_USER_PRIVILEGE
-
LIST_ROLE_PRIVILEGE
public static final Operator.OperatorType LIST_ROLE_PRIVILEGE
-
LIST_USER_ROLES
public static final Operator.OperatorType LIST_USER_ROLES
-
LIST_ROLE_USERS
public static final Operator.OperatorType LIST_ROLE_USERS
-
GRANT_WATERMARK_EMBEDDING
public static final Operator.OperatorType GRANT_WATERMARK_EMBEDDING
-
REVOKE_WATERMARK_EMBEDDING
public static final Operator.OperatorType REVOKE_WATERMARK_EMBEDDING
-
SET_STORAGE_GROUP
public static final Operator.OperatorType SET_STORAGE_GROUP
-
DELETE_STORAGE_GROUP
public static final Operator.OperatorType DELETE_STORAGE_GROUP
-
CREATE_TIMESERIES
public static final Operator.OperatorType CREATE_TIMESERIES
-
CREATE_ALIGNED_TIMESERIES
public static final Operator.OperatorType CREATE_ALIGNED_TIMESERIES
-
CREATE_MULTI_TIMESERIES
public static final Operator.OperatorType CREATE_MULTI_TIMESERIES
-
DELETE_TIMESERIES
public static final Operator.OperatorType DELETE_TIMESERIES
-
ALTER_TIMESERIES
public static final Operator.OperatorType ALTER_TIMESERIES
-
CHANGE_ALIAS
public static final Operator.OperatorType CHANGE_ALIAS
-
CHANGE_TAG_OFFSET
public static final Operator.OperatorType CHANGE_TAG_OFFSET
-
INSERT
public static final Operator.OperatorType INSERT
-
BATCH_INSERT
public static final Operator.OperatorType BATCH_INSERT
-
BATCH_INSERT_ROWS
public static final Operator.OperatorType BATCH_INSERT_ROWS
-
BATCH_INSERT_ONE_DEVICE
public static final Operator.OperatorType BATCH_INSERT_ONE_DEVICE
-
MULTI_BATCH_INSERT
public static final Operator.OperatorType MULTI_BATCH_INSERT
-
DELETE
public static final Operator.OperatorType DELETE
-
QUERY
public static final Operator.OperatorType QUERY
-
LAST
public static final Operator.OperatorType LAST
-
GROUP_BY_TIME
public static final Operator.OperatorType GROUP_BY_TIME
-
GROUP_BY_FILL
public static final Operator.OperatorType GROUP_BY_FILL
-
AGGREGATION
public static final Operator.OperatorType AGGREGATION
-
FILL
public static final Operator.OperatorType FILL
-
UDAF
public static final Operator.OperatorType UDAF
-
UDTF
public static final Operator.OperatorType UDTF
-
SELECT_INTO
public static final Operator.OperatorType SELECT_INTO
-
CREATE_FUNCTION
public static final Operator.OperatorType CREATE_FUNCTION
-
DROP_FUNCTION
public static final Operator.OperatorType DROP_FUNCTION
-
SHOW
public static final Operator.OperatorType SHOW
-
SHOW_MERGE_STATUS
public static final Operator.OperatorType SHOW_MERGE_STATUS
-
CREATE_INDEX
public static final Operator.OperatorType CREATE_INDEX
-
DROP_INDEX
public static final Operator.OperatorType DROP_INDEX
-
QUERY_INDEX
public static final Operator.OperatorType QUERY_INDEX
-
LOAD_FILES
public static final Operator.OperatorType LOAD_FILES
-
REMOVE_FILE
public static final Operator.OperatorType REMOVE_FILE
-
UNLOAD_FILE
public static final Operator.OperatorType UNLOAD_FILE
-
CREATE_TRIGGER
public static final Operator.OperatorType CREATE_TRIGGER
-
DROP_TRIGGER
public static final Operator.OperatorType DROP_TRIGGER
-
START_TRIGGER
public static final Operator.OperatorType START_TRIGGER
-
STOP_TRIGGER
public static final Operator.OperatorType STOP_TRIGGER
-
CREATE_TEMPLATE
public static final Operator.OperatorType CREATE_TEMPLATE
-
SET_TEMPLATE
public static final Operator.OperatorType SET_TEMPLATE
-
ACTIVATE_TEMPLATE
public static final Operator.OperatorType ACTIVATE_TEMPLATE
-
MERGE
public static final Operator.OperatorType MERGE
-
FULL_MERGE
public static final Operator.OperatorType FULL_MERGE
-
MNODE
public static final Operator.OperatorType MNODE
-
MEASUREMENT_MNODE
public static final Operator.OperatorType MEASUREMENT_MNODE
-
STORAGE_GROUP_MNODE
public static final Operator.OperatorType STORAGE_GROUP_MNODE
-
AUTO_CREATE_DEVICE_MNODE
public static final Operator.OperatorType AUTO_CREATE_DEVICE_MNODE
-
TTL
public static final Operator.OperatorType TTL
-
KILL
public static final Operator.OperatorType KILL
-
FLUSH
public static final Operator.OperatorType FLUSH
-
TRACING
public static final Operator.OperatorType TRACING
-
CLEAR_CACHE
public static final Operator.OperatorType CLEAR_CACHE
-
DELETE_PARTITION
public static final Operator.OperatorType DELETE_PARTITION
-
LOAD_CONFIGURATION
public static final Operator.OperatorType LOAD_CONFIGURATION
-
CREATE_SCHEMA_SNAPSHOT
public static final Operator.OperatorType CREATE_SCHEMA_SNAPSHOT
-
CREATE_CONTINUOUS_QUERY
public static final Operator.OperatorType CREATE_CONTINUOUS_QUERY
-
DROP_CONTINUOUS_QUERY
public static final Operator.OperatorType DROP_CONTINUOUS_QUERY
-
SHOW_CONTINUOUS_QUERIES
public static final Operator.OperatorType SHOW_CONTINUOUS_QUERIES
-
SET_SYSTEM_MODE
public static final Operator.OperatorType SET_SYSTEM_MODE
-
SETTLE
public static final Operator.OperatorType SETTLE
-
UNSET_TEMPLATE
public static final Operator.OperatorType UNSET_TEMPLATE
-
PRUNE_TEMPLATE
public static final Operator.OperatorType PRUNE_TEMPLATE
-
APPEND_TEMPLATE
public static final Operator.OperatorType APPEND_TEMPLATE
-
DROP_TEMPLATE
public static final Operator.OperatorType DROP_TEMPLATE
-
SHOW_QUERY_RESOURCE
public static final Operator.OperatorType SHOW_QUERY_RESOURCE
-
CREATE_PIPESINK
public static final Operator.OperatorType CREATE_PIPESINK
-
DROP_PIPESINK
public static final Operator.OperatorType DROP_PIPESINK
-
SHOW_PIPESINK
public static final Operator.OperatorType SHOW_PIPESINK
-
SHOW_PIPESINKTYPE
public static final Operator.OperatorType SHOW_PIPESINKTYPE
-
CREATE_PIPE
public static final Operator.OperatorType CREATE_PIPE
-
SHOW_PIPE
public static final Operator.OperatorType SHOW_PIPE
-
STOP_PIPE
public static final Operator.OperatorType STOP_PIPE
-
START_PIPE
public static final Operator.OperatorType START_PIPE
-
DROP_PIPE
public static final Operator.OperatorType DROP_PIPE
-
ACTIVATE_TEMPLATE_IN_CLUSTER
public static final Operator.OperatorType ACTIVATE_TEMPLATE_IN_CLUSTER
-
-
Method Detail
-
values
public static Operator.OperatorType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Operator.OperatorType c : Operator.OperatorType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Operator.OperatorType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-