Class: SparkConnect::Types::DateType

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, #simple_string, #to_s

Instance Method Details

#to_protoObject



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

def to_proto = Types.wrap(date: Proto::DataType::Date.new)

#type_nameObject



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

def type_name = "date"