
Ultimate access to all questions.
Which statement best describes the fundamental programming model used by Spark Structured Streaming?
A
It functions as a distributed messaging system designed to replace brokers like Apache Kafka.
B
It relies on a GPU-accelerated parallel processing framework to achieve high data throughput.
C
It treats a live data stream as an unbounded table where new data is continuously appended as additional rows.
D
It depends on a distributed network of nodes to maintain incremental state values for all cached query stages by default.