Sign in
apache
/
ignite-3
/
refs/heads/ignite-25686-debug
/
.
/
modules
/
sql-engine
/
src
/
test
/
resources
/
mapping
/
table_functions.test
blob: 7e0cad165ed186b1bfa9605cb5f179e00f151d4a [
file
] [
log
] [
blame
]
N0
SELECT
*
FROM TABLE
(
system_range
(
1
,
5
))
---
Fragment
#0 root
distribution
:
single
executionNodes
:
[
N0
]
tree
:
TableFunctionScan
fieldNames
:
[
X
]
invocation
:
SYSTEM_RANGE
(
1
,
5
)
est
:
(
rows
=
100
)
---