1 grid.getNode

Release 2017.3

Tag available since version 2017.3.

Returns a node when hashing a key.

<grid.getNode name='name'>
    <hash /> !
</grid.getNode>
Example
Copy
<xsql-script>
    <body>
        <println>... The grid contains the following nodes:</println>
        <println><grid.getNode name='grid_test'><string>NIF-9999999-ABC</string></grid.getNode></println>
    </body>
</xsql-script>
... The hashing node for the provided key is:
demo_chinook_i