confused with name in the pic

Поиск
Список
Период
Сортировка
От jacktby@gmail.com
Тема confused with name in the pic
Дата
Msg-id 2022102617092233240416@gmail.com
обсуждение исходный текст
Ответы Re: confused with name in the pic
Список pgsql-hackers
typedef struct A_Expr



{



    pg_node_attr(custom_read_write)



    NodeTag     type;



    A_Expr_Kind kind;           /* see above */



    List       *name;           /* possibly-qualified name of operator */



    Node       *lexpr;          /* left argument, or NULL if none */



    Node       *rexpr;          /* right argument, or NULL if none */



    int         location;       /* token location, or -1 if unknown */



} A_Expr;



I run a sql like select a,b from t3 where a > 1; and I get the parseTree for selectStmt:



why the name is '-' but not '>'?







jacktby@gmail.com



Вложения

В списке pgsql-hackers по дате отправления: