final case classExecutePlan(lp: Fix[LogicalPlan], out: AFile) extends QueryFile[(PhaseResults, \/[FileSystemError, AFile])] with Product with Serializable
The result of the query is stored in an output file, overwriting any existing
contents, instead of being returned to the user immediately.
The LogicalPlan is expected to only contain absolute paths even though
that is unfortunately not expressed in the types currently.
Linear Supertypes
Serializable, Serializable, Product, Equals, QueryFile[(PhaseResults, \/[FileSystemError, AFile])], AnyRef, Any
The result of the query is stored in an output file, overwriting any existing contents, instead of being returned to the user immediately.
The
LogicalPlan
is expected to only contain absolute paths even though that is unfortunately not expressed in the types currently.