Class: SparkConnect::Types::ShortType
- 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_string ⇒ Object
91 |
# File 'lib/spark_connect/types.rb', line 91 def simple_string = "smallint" |
#to_proto ⇒ Object
93 |
# File 'lib/spark_connect/types.rb', line 93 def to_proto = Types.wrap(short: Proto::DataType::Short.new) |
#type_name ⇒ Object
92 |
# File 'lib/spark_connect/types.rb', line 92 def type_name = "short" |