Class: SparkConnect::Types::ByteType
- 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
85 |
# File 'lib/spark_connect/types.rb', line 85 def simple_string = "tinyint" |
#to_proto ⇒ Object
87 |
# File 'lib/spark_connect/types.rb', line 87 def to_proto = Types.wrap(byte: Proto::DataType::Byte.new) |
#type_name ⇒ Object
86 |
# File 'lib/spark_connect/types.rb', line 86 def type_name = "byte" |