Class: SparkConnect::Types::ByteType

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



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

def simple_string = "tinyint"

#to_protoObject



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

def to_proto = Types.wrap(byte: Proto::DataType::Byte.new)

#type_nameObject



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

def type_name = "byte"