Home
last modified time | relevance | path

Searched defs:zipWithIndex (Results 1 – 7 of 7) sorted by relevance

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/deferred-folds-0.9.17/library/DeferredFolds/Defs/
H A DUnfoldr.hs284 zipWithIndex (Unfoldr unfoldr) = Unfoldr $ \ indexedStep indexedState -> unfoldr function
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/api/java/
H A DJavaRDDLike.scala341 def zipWithIndex(): JavaPairRDD[T, jl.Long] = { method
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/rdd/
H A DRDD.scala1293 def zipWithIndex(): RDD[(T, Long)] = withScope { method
/dports/devel/spark/spark-2.1.1/core/src/test/java/org/apache/spark/
H A DJavaAPISuite.java335 public void zipWithIndex() { in zipWithIndex() method in JavaAPISuite
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A DRDD.R1450 setMethod("zipWithIndex", method
H A Dgenerics.R229 setGeneric("zipWithIndex", function(x) { standardGeneric("zipWithIndex") }) generic
/dports/devel/spark/spark-2.1.1/python/pyspark/
H A Drdd.py2123 def zipWithIndex(self): member in RDD