|
822 | 822 | Incoming date remains unchanged.
|
823 | 823 |
|
824 | 824 | *Exceptions*
|
| 825 | +
|
825 | 826 | * If the incoming traverser is a non-String/Number/Date value then an `IllegalArgumentException` will be thrown.
|
826 | 827 |
|
827 | 828 | 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],
|
@@ -851,6 +852,7 @@ list of string instead.
|
851 | 852 | Null values from the incoming traverser are not processed and remain as null when returned.
|
852 | 853 |
|
853 | 854 | *Exceptions*
|
| 855 | +
|
854 | 856 | None
|
855 | 857 |
|
856 | 858 | 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],
|
@@ -1611,6 +1613,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1611 | 1613 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1612 | 1614 |
|
1613 | 1615 | *Exceptions*
|
| 1616 | +
|
1614 | 1617 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1615 | 1618 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1616 | 1619 |
|
@@ -1709,6 +1712,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
1709 | 1712 | Null values from the incoming traverser are not processed and remain as null when returned.
|
1710 | 1713 |
|
1711 | 1714 | *Exceptions*
|
| 1715 | +
|
1712 | 1716 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
1713 | 1717 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
1714 | 1718 |
|
@@ -2096,6 +2100,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2096 | 2100 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2097 | 2101 |
|
2098 | 2102 | *Exceptions*
|
| 2103 | +
|
2099 | 2104 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2100 | 2105 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2101 | 2106 |
|
@@ -2152,6 +2157,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2152 | 2157 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2153 | 2158 |
|
2154 | 2159 | *Exceptions*
|
| 2160 | +
|
2155 | 2161 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2156 | 2162 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2157 | 2163 |
|
@@ -2182,6 +2188,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2182 | 2188 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2183 | 2189 |
|
2184 | 2190 | *Exceptions*
|
| 2191 | +
|
2185 | 2192 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2186 | 2193 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2187 | 2194 |
|
@@ -2214,6 +2221,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2214 | 2221 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2215 | 2222 |
|
2216 | 2223 | *Exceptions*
|
| 2224 | +
|
2217 | 2225 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2218 | 2226 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2219 | 2227 |
|
@@ -2243,6 +2251,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2243 | 2251 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2244 | 2252 |
|
2245 | 2253 | *Exceptions*
|
| 2254 | +
|
2246 | 2255 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2247 | 2256 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2248 | 2257 |
|
@@ -2272,6 +2281,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2272 | 2281 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2273 | 2282 |
|
2274 | 2283 | *Exceptions*
|
| 2284 | +
|
2275 | 2285 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2276 | 2286 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2277 | 2287 |
|
@@ -2300,6 +2310,7 @@ The `global` scope will operate on individual string traverser. The `local` scop
|
2300 | 2310 | Null values from the incoming traverser are not processed and remain as null when returned.
|
2301 | 2311 |
|
2302 | 2312 | *Exceptions*
|
| 2313 | +
|
2303 | 2314 | * For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
|
2304 | 2315 | * For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
|
2305 | 2316 |
|
|
0 commit comments