Class OrcFormatResponse


  • public final class OrcFormatResponse
    extends java.lang.Object
    • Method Detail

      • deserializer

        public java.util.Optional<java.lang.Object> deserializer()
        Returns:
        Deserializer. Type: string (or Expression with resultType string).
      • serializer

        public java.util.Optional<java.lang.Object> serializer()
        Returns:
        Serializer. Type: string (or Expression with resultType string).
      • type

        public java.lang.String type()
        Returns:
        Type of dataset storage format. Expected value is 'OrcFormat'.