Class: SparkConnect::Types::LongType
- 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
103 |
# File 'lib/spark_connect/types.rb', line 103 def simple_string = "bigint" |
#to_proto ⇒ Object
105 |
# File 'lib/spark_connect/types.rb', line 105 def to_proto = Types.wrap(long: Proto::DataType::Long.new) |
#type_name ⇒ Object
104 |
# File 'lib/spark_connect/types.rb', line 104 def type_name = "long" |