Class: SparkConnect::Types::ShortType

Inherits:
DataType
  • Object
show all
Defined in:
lib/spark_connect/types.rb

Instance Method Summary collapse

Methods inherited from DataType

#==, #hash, #inspect, #json, #json_value, #to_s

Instance Method Details

#simple_stringObject



91
# File 'lib/spark_connect/types.rb', line 91

def simple_string = "smallint"

#to_protoObject



93
# File 'lib/spark_connect/types.rb', line 93

def to_proto = Types.wrap(short: Proto::DataType::Short.new)

#type_nameObject



92
# File 'lib/spark_connect/types.rb', line 92

def type_name = "short"