Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
, , , , , , , ,for debug tracing purposes
optional, used when providing location of error within a piece of text.
Used in:
equivalent to SQLClientInfoException - handshake version error - invalid schema
equivalent to SQLRecoverableException - corrupt files: can't be read. FS read error - parsing error due to incomplete or incorrectly written records
equivalent to SQLDataException - data type unsupported by format
equivalent to SQLDataException - Casting errors - function not found for incoming types after implicit casting - Flatten misuse
equivalent to SQLSyntaxErrorException - typos - missing table - SQL keyword misuse - function names/resolution
equivalent to SQLInvalidAuthorizationSpecException
equivalent to SQLNonTransientException
equivalent to SQLRecoverableException or SQLTransientException - Recoverable: memory, disk - Transient: network
equivalent to SQLNonTransientException. - unexpected internal state - uncategorized operation general user action is to contact the Drill team for assistance
equivalent to SQLFeatureNotSupportedException - unimplemented feature, option, or execution path - schema change in operator that does not support it
SQL validation exception - invalid schema path - invalid entries in SQL tree
Execution exception - Internal errors not related to bad code
Internal exception - Failed assertions - Other "this should not happen" cases
Unspecified exception - Exception caught but cause is unknown Indicates code that needs revisiting to move error reporting closer to the cause.
Plugin exception - A failure has occurred within a plugin. Indicates that a plugin is misconfigured or contains a bug.
Used in:
Used in:
Jar contains jar name and list of function signatures. Function signature is concatenation of function name and its input parameters.
Used in:
Used in:
Used in:
Used in:
,Used in:
Used in:
Used in:
Used in:
Used by the server when sending query result data batches to the client
Used in:
, , , , , , ,Used by the server to report informations about the query state to the client
Used in:
, , ,query has been scheduled for execution. This is post-enqueued.
query has completed successfully
query has been cancelled, and all cleanup is complete
cancellation has been requested, and is being processed
query has been enqueued. this is pre-starting.
query is at preparation stage, foreman is initializing
query is at planning stage (includes logical or / and physical planning)
Used in:
, ,Input is a prepared statement
Used in:
,The value is set when result set is disabled and its value corresponds to number of rows affected by query (see JDBC java.sql.ResultSet#getUpdateCount())
Registry that contains list of jars, each jar contains its name and list of function signatures. Structure example: REGISTRY -> Jar1.jar -> upper(VARCHAR-REQUIRED) -> upper(VARCHAR-OPTIONAL) -> Jar2.jar -> lower(VARCHAR-REQUIRED) -> lower(VARCHAR-OPTIONAL)
Used in:
, ,Used in:
Used in:
the type associated with this field.
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
Used in:
Used in:
Used in:
,