Packages

final class Parse extends GeneratedMessage with ParseOrBuilder

Protobuf type spark.connect.Parse

Linear Supertypes
ParseOrBuilder, GeneratedMessage, Serializable, AbstractMessage, Message, MessageOrBuilder, AbstractMessageLite[MessageType, BuilderType], MessageLite, MessageLiteOrBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parse
  2. ParseOrBuilder
  3. GeneratedMessage
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def containsOptions(key: String): Boolean

    Options for the csv/json parser. The map key is case insensitive.
    

    Options for the csv/json parser. The map key is case insensitive.
    

    map<string, string> options = 4;

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(obj: AnyRef): Boolean
    Definition Classes
    Parse → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getDefaultInstanceForType(): Parse
    Definition Classes
    Parse → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  13. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  14. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  15. def getFormat(): ParseFormat

    (Required) The expected format of the text.
    

    (Required) The expected format of the text.
    

    .spark.connect.Parse.ParseFormat format = 2;

    returns

    The format.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  16. def getFormatValue(): Int

    (Required) The expected format of the text.
    

    (Required) The expected format of the text.
    

    .spark.connect.Parse.ParseFormat format = 2;

    returns

    The enum numeric value on the wire for format.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  17. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  18. def getInput(): Relation

    (Required) Input relation to Parse. The input is expected to have single text column.
    

    (Required) Input relation to Parse. The input is expected to have single text column.
    

    .spark.connect.Relation input = 1;

    returns

    The input.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  19. def getInputOrBuilder(): RelationOrBuilder

    (Required) Input relation to Parse. The input is expected to have single text column.
    

    (Required) Input relation to Parse. The input is expected to have single text column.
    

    .spark.connect.Relation input = 1;

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  20. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessage → AbstractMessage → MessageOrBuilder
  21. def getOptionsCount(): Int

    Options for the csv/json parser. The map key is case insensitive.
    

    Options for the csv/json parser. The map key is case insensitive.
    

    map<string, string> options = 4;

    Definition Classes
    ParseParseOrBuilder
  22. def getOptionsMap(): Map[String, String]

    Options for the csv/json parser. The map key is case insensitive.
    

    Options for the csv/json parser. The map key is case insensitive.
    

    map<string, string> options = 4;

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  23. def getOptionsOrDefault(key: String, defaultValue: String): String

    Options for the csv/json parser. The map key is case insensitive.
    

    Options for the csv/json parser. The map key is case insensitive.
    

    map<string, string> options = 4;

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  24. def getOptionsOrThrow(key: String): String

    Options for the csv/json parser. The map key is case insensitive.
    

    Options for the csv/json parser. The map key is case insensitive.
    

    map<string, string> options = 4;

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  25. def getParserForType(): Parser[Parse]
    Definition Classes
    Parse → GeneratedMessage → Message → MessageLite
    Annotations
    @Override()
  26. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  27. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  28. def getSchema(): DataType

    (Optional) DataType representing the schema. If not set, Spark will infer the schema.
    

    (Optional) DataType representing the schema. If not set, Spark will infer the schema.
    

    optional .spark.connect.DataType schema = 3;

    returns

    The schema.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  29. def getSchemaOrBuilder(): DataTypeOrBuilder

    (Optional) DataType representing the schema. If not set, Spark will infer the schema.
    

    (Optional) DataType representing the schema. If not set, Spark will infer the schema.
    

    optional .spark.connect.DataType schema = 3;

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  30. def getSerializedSize(): Int
    Definition Classes
    Parse → GeneratedMessage → AbstractMessage → MessageLite
    Annotations
    @Override()
  31. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  32. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  33. def hasInput(): Boolean

    (Required) Input relation to Parse. The input is expected to have single text column.
    

    (Required) Input relation to Parse. The input is expected to have single text column.
    

    .spark.connect.Relation input = 1;

    returns

    Whether the input field is set.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  34. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessage → AbstractMessage → MessageOrBuilder
  35. def hasSchema(): Boolean

    (Optional) DataType representing the schema. If not set, Spark will infer the schema.
    

    (Optional) DataType representing the schema. If not set, Spark will infer the schema.
    

    optional .spark.connect.DataType schema = 3;

    returns

    Whether the schema field is set.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override()
  36. def hashCode(): Int
    Definition Classes
    Parse → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  37. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[proto]
    Definition Classes
    Parse → GeneratedMessage
    Annotations
    @Override()
  38. def internalGetMapFieldReflection(number: Int): MapFieldReflectionAccessor
    Attributes
    protected[proto]
    Definition Classes
    Parse → GeneratedMessage
    Annotations
    @SuppressWarnings() @Override()
  39. final def isInitialized(): Boolean
    Definition Classes
    Parse → GeneratedMessage → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[proto]
    Definition Classes
    Parse → AbstractMessage
    Annotations
    @Override()
  43. def newBuilderForType(): Builder
    Definition Classes
    Parse → Message → MessageLite
    Annotations
    @Override()
  44. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.IOException])
  48. def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.IOException])
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toBuilder(): Builder
    Definition Classes
    Parse → Message → MessageLite
    Annotations
    @Override()
  51. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  52. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  53. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  58. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  59. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    Parse → GeneratedMessage → AbstractMessage → MessageLite
    Annotations
    @Override()
  60. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def getOptions(): Map[String, String]

    Use #getOptionsMap() instead.

    Use #getOptionsMap() instead.

    Definition Classes
    ParseParseOrBuilder
    Annotations
    @Override() @Deprecated
    Deprecated
  3. def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @Deprecated
    Deprecated
  4. def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from ParseOrBuilder

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped