com.actian.spark_vector.datastream.reader
Start measuring time and record it in acc
.
Start measuring time and record it in acc
.
This function should always be used in combination with profileEnd in a similar way with opening and closing
a sequence of brackets, where the code between a profile call and its corresponding profileEnd will have its
execution time measured and stored into acc
Finish profiling the current section of code, as determined by the most recent profile call
Initialize profiling
Initialize profiling
Print profile information using log
Print profile information using log
This function is executed once for each partition of ScanRDD.
This function is executed once for each partition of ScanRDD. Will open a socket connection, read all data assigned
to its corresponding partitionId
and return a row iterator (leaving the connection opened).
Entry point for unloading with spark-vector connector.