FILEPOSEND - Metadata
Returns the end position of the document, within the file.
Output
Number: The end position of the document
Usage
FILEPOSEND()
Examples
Example 1
Input Document
{"doc1":1}
{"doc2":2}
Query
LOAD tmp
AS ('': FILEPOSEND())
Result
10
22