class Impala::Protocol::Beeswax::ResultsMetadata

Metadata information about the results. Applicable only for SELECT.

Constants

DELIM
FIELDS
IN_TABLENAME
SCHEMA
TABLE_DIR

Public Instance Methods

struct_fields() click to toggle source
# File lib/impala/protocol/beeswax_types.rb, line 123
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/impala/protocol/beeswax_types.rb, line 125
def validate
end