AlterToEnormousList.yqls 458 B

123456789
  1. (
  2. (let w (DataSink 'result))
  3. (let out '('('type) '('autoref) '('columns '('column0))))
  4. (let res (Write! world w (Key) (Unordered (EnsurePersistable (OrderedFlatMap (AsList (Uint32 '0)) (lambda '(stub) (block '(
  5. (let $5 (AlterTo (ListFromRange (Minus (Int64 '1)) (Int64 '1000000000000)) (ListType (DataType 'Uint64)) (lambda '(x) x) (AsList (Uint64 '0))))
  6. (return (AsList (AsStruct '('"column0" $5))))
  7. )))))) out))
  8. (return (CommitAll! (Commit! res w)))
  9. )