class Swcdb::Thrift::Gen::Service::Mng_column_args

Constants

FIELDS
FUNC
SCHEMA

Public Instance Methods

struct_fields() click to toggle source
# File lib/swcdb/thrift/gen/service.rb, line 1121
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/swcdb/thrift/gen/service.rb, line 1123
def validate
  unless @func.nil? || ::Swcdb::Thrift::Gen::SchemaFunc::VALID_VALUES.include?(@func)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field func!')
  end
end