MCPcopy Create free account
hub / github.com/apache/impala / from_child_stdout_fd

Method from_child_stdout_fd

be/src/kudu/util/subprocess.h:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 // Stream should not be disabled or shared.
163 int to_child_stdin_fd() const { return CheckAndOffer(STDIN_FILENO); }
164 int from_child_stdout_fd() const { return CheckAndOffer(STDOUT_FILENO); }
165 int from_child_stderr_fd() const { return CheckAndOffer(STDERR_FILENO); }
166
167 // Release control of the file descriptor for the child's stream, only if piped.

Callers 2

TEST_FFunction · 0.80
CallMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64