RESOLVE_TOKEN

2024-11-15 04:50:29  Updated

This topic describes the RESOLVE_TOKEN diagnostic point.

OceanBase Database Proxy (ODP) parses the partitioning column values provided in the statement into internal objects. After syntax parsing, the partitioning columns and values are called tokens. The following table describes the diagnostic information at the RESOLVE_TOKEN diagnostic point.

Field Description Remarks
resolve Values of internal objects after parsing. /
token_type The type of the token. Valid values:
  • TOKEN_FUNC
  • TOKEN_OPERATOR
  • TOKEN_STR_VAL
  • TOKEN_INT_VAL
  • TOKEN_COLUMN
  • TOKEN_PLACE_HOLDER
  • TOKEN_HEX_VAL
token The literal of the token. /
expr_type The type of the expression. This field is returned only when an expression is used.
generated_func The function type of the generated column. This field is returned only when a generated column is used as a partitioning key.

Contact Us