|
610 | 610 | Incoming date remains unchanged.
|
611 | 611 |
|
612 | 612 | *Exceptions*
|
| 613 | +
|
613 | 614 | * If the incoming traverser is a non-String/Number/Date value then an `IllegalArgumentException` will be thrown.
|
614 | 615 |
|
615 | 616 | See: link:https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AsDateStep.java[source],
|
@@ -639,6 +640,7 @@ list of string instead.
|
639 | 640 | Null values from the incoming traverser are not processed and remain as null when returned.
|
640 | 641 |
|
641 | 642 | *Exceptions*
|
| 643 | +
|
642 | 644 | None
|
643 | 645 |
|
644 | 646 | See: link:https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AsStringGlobalStep.java[source],
|
@@ -1063,6 +1065,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1063 | 1065 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1064 | 1066 |
|
1065 | 1067 | *Exceptions*
|
| 1068 | +
|
1066 | 1069 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1067 | 1070 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1068 | 1071 |
|
@@ -1161,6 +1164,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1161 | 1164 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1162 | 1165 |
|
1163 | 1166 | *Exceptions*
|
| 1167 | +
|
1164 | 1168 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1165 | 1169 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1166 | 1170 |
|
@@ -1478,6 +1482,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1478 | 1482 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1479 | 1483 |
|
1480 | 1484 | *Exceptions*
|
| 1485 | +
|
1481 | 1486 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1482 | 1487 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1483 | 1488 |
|
@@ -1534,6 +1539,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1534 | 1539 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1535 | 1540 |
|
1536 | 1541 | *Exceptions*
|
| 1542 | +
|
1537 | 1543 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1538 | 1544 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1539 | 1545 |
|
@@ -1564,6 +1570,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1564 | 1570 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1565 | 1571 |
|
1566 | 1572 | *Exceptions*
|
| 1573 | +
|
1567 | 1574 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1568 | 1575 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1569 | 1576 |
|
@@ -1596,6 +1603,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1596 | 1603 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1597 | 1604 |
|
1598 | 1605 | *Exceptions*
|
| 1606 | +
|
1599 | 1607 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1600 | 1608 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1601 | 1609 |
|
@@ -1625,6 +1633,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1625 | 1633 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1626 | 1634 |
|
1627 | 1635 | *Exceptions*
|
| 1636 | +
|
1628 | 1637 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1629 | 1638 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1630 | 1639 |
|
@@ -1654,6 +1663,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1654 | 1663 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1655 | 1664 |
|
1656 | 1665 | *Exceptions*
|
| 1666 | +
|
1657 | 1667 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1658 | 1668 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1659 | 1669 |
|
@@ -1682,6 +1692,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1682 | 1692 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1683 | 1693 |
|
1684 | 1694 | *Exceptions*
|
| 1695 | +
|
1685 | 1696 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1686 | 1697 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1687 | 1698 |
|
|
0 commit comments