Persists the Succinct partitions at targetStorageLevel
, which defaults to MEMORY_ONLY.
Persists the Succinct partitions at targetStorageLevel
, which defaults to MEMORY_ONLY.
Overrides the compute function to return iterator over Succinct records.
Overrides the compute function to return iterator over Succinct records.
Count the number of records in the SuccinctRDD.
Count the number of records in the SuccinctRDD.
The number of records in the SuccinctRDD.
Counts for all occurrences of a query in the RDD.
Counts for all occurrences of a query in the RDD.
The count query.
The count of the number of occurrences of the query.
Counts for all occurrences of a query in the RDD.
Counts for all occurrences of a query in the RDD.
The count query.
The count of the number of occurrences of the query.
Extract data from an RDD *
Extract data from an RDD *
Offset into original RDD.
Number of bytes to be fetched.
The extracted data.
Returns first parent of the RDD.
Returns first parent of the RDD.
The first parent of the RDD.
Returns the array of partitions.
Returns the array of partitions.
The array of partitions.
The input RDD of partitions.
The input RDD of partitions.
Persists the Succinct partitions at the specified storage level, ignoring any existing target storage level.
Persists the Succinct partitions at the specified storage level, ignoring any existing target storage level.
Searches of all records that contains a regular expression search query and returns all such records.
Searches of all records that contains a regular expression search query and returns all such records.
The regular expression search query.
The RDD containing all records that match the regular expression search.
Searches for the input regular expression within each RDD and returns results as (offset, length) pairs.
Searches for the input regular expression within each RDD and returns results as (offset, length) pairs. The query must be UTF-8 encoded.
The regular expression search query.
RDD of matched pattern occurrences.
Saves the SuccinctRDD at the specified path.
Saves the SuccinctRDD at the specified path.
The path where the SuccinctRDD should be stored.
Searches for all records that match a query and returns results as recordIds relative to each partition.
Searches for all records that match a query and returns results as recordIds relative to each partition.
The search query.
The SearchRecordIdResultsRDD corresponding to the search query.
Searches for all records that match a query and returns results as recordIds relative to each partition.
Searches for all records that match a query and returns results as recordIds relative to each partition.
The search query.
The SearchRecordIdResultsRDD corresponding to the search query.
Search for all occurrences of a query string within the RDD.
Search for all occurrences of a query string within the RDD.
The search query.
The RDD of recordIds.
Search for all occurrences of a query within the RDD.
Search for all occurrences of a query within the RDD.
The search query.
The RDD of iterables over recordIds into each partition.
Set the name for the RDD; By default set to "SuccinctRDD"
Set the name for the RDD; By default set to "SuccinctRDD"
The storage level for the RDD.
Un-persists the Succinct partitions using the specified blocking mode.
Un-persists the Succinct partitions using the specified blocking mode.
(Since version 1.0.0) use mapPartitionsWithIndex and filter
(Since version 1.0.0) use mapPartitionsWithIndex and flatMap
(Since version 1.0.0) use mapPartitionsWithIndex and foreach
(Since version 1.2.0) use TaskContext.get
(Since version 0.7.0) use mapPartitionsWithIndex
(Since version 1.0.0) use mapPartitionsWithIndex
(Since version 1.0.0) use collect
Implementation of SuccinctRDD.