Used to halt streaming of a result set initiated using
the EvaluatePlan
operation.
The result of the query is immediately streamed back to the client.
The result of the query is immediately
streamed back to the client. This operation begins the streaming, in order
to continue the streaming, the client must make use of the More
operation and
finally the Close
operation in order to halt the streaming.
The LogicalPlan
is expected to only contain absolute paths even though
that is unfortunately not expressed in the types currently.
The result of the query is stored in an output file, overwriting any existing contents, instead of being returned to the user immediately.
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.
Represents an "explain plan" operation.
Represents an "explain plan" operation. This operation should not actually have any side effect on the filesystem, it should simply return useful information to the user about how a given query would be evaluated on this filesystem implementation. The quasar.LogicalPlan is expected to only contain absolute paths even though that is unfortunately not expressed in the types currently.
This operation should return whether a file exists in the filesystem.
This operation lists the names of all the immediate children of the supplied directory in the filesystem.
Used to continue streaming after initiating a streaming
result with the EvaluatePlan
operation.
Low-level, unsafe operations.
Low-level, unsafe operations. Clients are responsible for resource-safety when using these.