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  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Use LIMIT instead of Unique for DISTINCT when all distinct pathkeys are redundant
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Suppressing useless wakeups in walreceiver