Package

com.stratio.crossdata.common

result

Permalink

package result

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorSQLResult(message: String, cause: Option[Throwable] = None) extends SQLResult with Product with Serializable

    Permalink
  2. trait Response extends Serializable

    Permalink
  3. trait Result extends AnyRef

    Permalink
  4. case class SQLResponse(id: UUID, sqlResult: Future[SQLResult]) extends Response with Product with Serializable

    Permalink
  5. sealed trait SQLResult extends Result

    Permalink
  6. case class StreamedRow(row: Row, providedSchema: Option[StructType] = None) extends StreamedSuccessfulSQLResult with Product with Serializable

    Permalink
  7. case class StreamedSchema(schema: StructType) extends StreamedSuccessfulSQLResult with Product with Serializable

    Permalink
  8. sealed trait StreamedSuccessfulSQLResult extends AnyRef

    Permalink
  9. case class SuccessfulSQLResult(resultSet: Array[Row], schema: StructType) extends SQLResult with Product with Serializable

    Permalink

Value Members

  1. object SQLResponse extends Serializable

    Permalink
  2. object StreamedSuccessfulSQLResult

    Permalink

Ungrouped