Struct livy::v0_3_0::StatementOutput [] [src]

pub struct StatementOutput { /* fields omitted */ }

Statement output

Methods

impl StatementOutput
[src]

[src]

Returns status of the statement output.

[src]

Returns execution_count of the statement output.

[src]

Returns data of the statement output.

Trait Implementations

impl Debug for StatementOutput
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for StatementOutput
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.