Class: SparkConnect::Types::TimestampNTZType

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



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

def simple_string = "timestamp_ntz"

#to_protoObject



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

def to_proto = Types.wrap(timestamp_ntz: Proto::DataType::TimestampNTZ.new)

#type_nameObject



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

def type_name = "timestamp_ntz"