hybridse::vm::ExplainOutput

#include <engine.h>

An options class for controlling runtime interpreter behavior.

Summary

Public attributes

vm::Schema The schema of request row for request-mode query.

std::string The name of request for request-mode query.

std::string Logical plan string.

std::string Physical plan string.

std::string Codegen IR String.

vm::Schema The schema of query result.

vm::Router The Router for request-mode query.

Public Attributes

variable input_schema

vm::Schema input_schema;

The schema of request row for request-mode query.

variable request_name

The name of request for request-mode query.

variable logical_plan

Logical plan string.

variable physical_plan

Physical plan string.

variable ir

Codegen IR String.

variable output_schema

The schema of query result.

variable router

The Router for request-mode query.

Last updated