Sign in
apache
/
ignite-3
/
refs/heads/sql-virtual-column-poc
/
.
/
modules
/
sql-engine
/
src
/
test
/
resources
/
mapping
/
table_functions.test
blob: 40da6c46d4fb40689e7aa9a66878c4e9a3a9e54d [
file
]
N0
SELECT
*
FROM TABLE
(
system_range
(
1
,
5
))
---
Fragment
#0 root
executionNodes
:
[
N0
]
tree
:
TableFunctionScan
(
source
=
1
,
distribution
=
single
)
---