nxcals.api.extraction.data.builders.DataFrame.isStreaming
- property DataFrame.isStreaming: bool
Returns
Trueif thisDataFramecontains one or more sources that continuously return data as it arrives. ADataFramethat reads data from a streaming source must be executed as aStreamingQueryusing thestart()method inDataStreamWriter. Methods that return a single answer, (e.g.,count()orcollect()) will throw anAnalysisExceptionwhen there is a streaming source present.New in version 2.0.0.
Notes
This API is evolving.