/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/rewrite/rewriteGraphTable.h
21 строка
622 B
Peter Eisentraut
SQL Property Graph Queries (SQL/PGQ)
16 мар 2026, 12:14
16 мар 2026, 12:14
2f094e7
Код
Авторство
О чём код?
/*------------------------------------------------------------------------- * * rewriteGraphTable.h * Support for rewriting GRAPH_TABLE clauses. * * * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/rewrite/rewriteGraphTable.h * *------------------------------------------------------------------------- */ #ifndef REWRITEGRAPHTABLE_H #define REWRITEGRAPHTABLE_H #include "nodes/parsenodes.h" extern Query *rewriteGraphTable(Query *parsetree, int rt_index); #endif /* REWRITEGRAPHTABLE_H */