Class: SparkConnect::Types::IntegerType
- 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
97 |
# File 'lib/spark_connect/types.rb', line 97 def simple_string = "int" |
#to_proto ⇒ Object
99 |
# File 'lib/spark_connect/types.rb', line 99 def to_proto = Types.wrap(integer: Proto::DataType::Integer.new) |
#type_name ⇒ Object
98 |
# File 'lib/spark_connect/types.rb', line 98 def type_name = "integer" |