Packages

t

org.apache.spark.connect.proto

WriteOperationOrBuilder

trait WriteOperationOrBuilder extends MessageOrBuilder

Linear Supertypes
MessageOrBuilder, MessageLiteOrBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteOperationOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def containsOptions(key: String): Boolean

    (Optional) A list of configuration options.
    

    (Optional) A list of configuration options.
    

    map<string, string> options = 9;

  2. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  3. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  4. abstract def getBucketBy(): BucketBy

    (Optional) Bucketing specification. Bucketing must set the number of buckets and the columns
    to bucket by.
    

    (Optional) Bucketing specification. Bucketing must set the number of buckets and the columns
    to bucket by.
    

    .spark.connect.WriteOperation.BucketBy bucket_by = 8;

    returns

    The bucketBy.

  5. abstract def getBucketByOrBuilder(): BucketByOrBuilder

    (Optional) Bucketing specification. Bucketing must set the number of buckets and the columns
    to bucket by.
    

    (Optional) Bucketing specification. Bucketing must set the number of buckets and the columns
    to bucket by.
    

    .spark.connect.WriteOperation.BucketBy bucket_by = 8;

  6. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  7. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  8. abstract def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  9. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  10. abstract def getInput(): Relation

    (Required) The output of the `input` relation will be persisted according to the options.
    

    (Required) The output of the `input` relation will be persisted according to the options.
    

    .spark.connect.Relation input = 1;

    returns

    The input.

  11. abstract def getInputOrBuilder(): RelationOrBuilder

    (Required) The output of the `input` relation will be persisted according to the options.
    

    (Required) The output of the `input` relation will be persisted according to the options.
    

    .spark.connect.Relation input = 1;

  12. abstract def getMode(): SaveMode

    (Required) the save mode.
    

    (Required) the save mode.
    

    .spark.connect.WriteOperation.SaveMode mode = 5;

    returns

    The mode.

  13. abstract def getModeValue(): Int

    (Required) the save mode.
    

    (Required) the save mode.
    

    .spark.connect.WriteOperation.SaveMode mode = 5;

    returns

    The enum numeric value on the wire for mode.

  14. abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  15. abstract def getOptionsCount(): Int

    (Optional) A list of configuration options.
    

    (Optional) A list of configuration options.
    

    map<string, string> options = 9;

  16. abstract def getOptionsMap(): Map[String, String]

    (Optional) A list of configuration options.
    

    (Optional) A list of configuration options.
    

    map<string, string> options = 9;

  17. abstract def getOptionsOrDefault(key: String, defaultValue: String): String

    (Optional) A list of configuration options.
    

    (Optional) A list of configuration options.
    

    map<string, string> options = 9;

  18. abstract def getOptionsOrThrow(key: String): String

    (Optional) A list of configuration options.
    

    (Optional) A list of configuration options.
    

    map<string, string> options = 9;

  19. abstract def getPartitioningColumns(index: Int): String

    (Optional) List of columns for partitioning.
    

    (Optional) List of columns for partitioning.
    

    repeated string partitioning_columns = 7;

    index

    The index of the element to return.

    returns

    The partitioningColumns at the given index.

  20. abstract def getPartitioningColumnsBytes(index: Int): ByteString

    (Optional) List of columns for partitioning.
    

    (Optional) List of columns for partitioning.
    

    repeated string partitioning_columns = 7;

    index

    The index of the value to return.

    returns

    The bytes of the partitioningColumns at the given index.

  21. abstract def getPartitioningColumnsCount(): Int

    (Optional) List of columns for partitioning.
    

    (Optional) List of columns for partitioning.
    

    repeated string partitioning_columns = 7;

    returns

    The count of partitioningColumns.

  22. abstract def getPartitioningColumnsList(): List[String]

    (Optional) List of columns for partitioning.
    

    (Optional) List of columns for partitioning.
    

    repeated string partitioning_columns = 7;

    returns

    A list containing the partitioningColumns.

  23. abstract def getPath(): String

    string path = 3;

    string path = 3;

    returns

    The path.

  24. abstract def getPathBytes(): ByteString

    string path = 3;

    string path = 3;

    returns

    The bytes for path.

  25. abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  26. abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  27. abstract def getSaveTypeCase(): SaveTypeCase
  28. abstract def getSortColumnNames(index: Int): String

    (Optional) List of columns to sort the output by.
    

    (Optional) List of columns to sort the output by.
    

    repeated string sort_column_names = 6;

    index

    The index of the element to return.

    returns

    The sortColumnNames at the given index.

  29. abstract def getSortColumnNamesBytes(index: Int): ByteString

    (Optional) List of columns to sort the output by.
    

    (Optional) List of columns to sort the output by.
    

    repeated string sort_column_names = 6;

    index

    The index of the value to return.

    returns

    The bytes of the sortColumnNames at the given index.

  30. abstract def getSortColumnNamesCount(): Int

    (Optional) List of columns to sort the output by.
    

    (Optional) List of columns to sort the output by.
    

    repeated string sort_column_names = 6;

    returns

    The count of sortColumnNames.

  31. abstract def getSortColumnNamesList(): List[String]

    (Optional) List of columns to sort the output by.
    

    (Optional) List of columns to sort the output by.
    

    repeated string sort_column_names = 6;

    returns

    A list containing the sortColumnNames.

  32. abstract def getSource(): String

    (Optional) Format value according to the Spark documentation. Examples are: text, parquet, delta.
    

    (Optional) Format value according to the Spark documentation. Examples are: text, parquet, delta.
    

    optional string source = 2;

    returns

    The source.

  33. abstract def getSourceBytes(): ByteString

    (Optional) Format value according to the Spark documentation. Examples are: text, parquet, delta.
    

    (Optional) Format value according to the Spark documentation. Examples are: text, parquet, delta.
    

    optional string source = 2;

    returns

    The bytes for source.

  34. abstract def getTable(): SaveTable

    .spark.connect.WriteOperation.SaveTable table = 4;

    .spark.connect.WriteOperation.SaveTable table = 4;

    returns

    The table.

  35. abstract def getTableOrBuilder(): SaveTableOrBuilder

    .spark.connect.WriteOperation.SaveTable table = 4;

  36. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  37. abstract def hasBucketBy(): Boolean

    (Optional) Bucketing specification. Bucketing must set the number of buckets and the columns
    to bucket by.
    

    (Optional) Bucketing specification. Bucketing must set the number of buckets and the columns
    to bucket by.
    

    .spark.connect.WriteOperation.BucketBy bucket_by = 8;

    returns

    Whether the bucketBy field is set.

  38. abstract def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  39. abstract def hasInput(): Boolean

    (Required) The output of the `input` relation will be persisted according to the options.
    

    (Required) The output of the `input` relation will be persisted according to the options.
    

    .spark.connect.Relation input = 1;

    returns

    Whether the input field is set.

  40. abstract def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  41. abstract def hasPath(): Boolean

    string path = 3;

    string path = 3;

    returns

    Whether the path field is set.

  42. abstract def hasSource(): Boolean

    (Optional) Format value according to the Spark documentation. Examples are: text, parquet, delta.
    

    (Optional) Format value according to the Spark documentation. Examples are: text, parquet, delta.
    

    optional string source = 2;

    returns

    Whether the source field is set.

  43. abstract def hasTable(): Boolean

    .spark.connect.WriteOperation.SaveTable table = 4;

    .spark.connect.WriteOperation.SaveTable table = 4;

    returns

    Whether the table field is set.

  44. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder
  45. abstract def getOptions(): Map[String, String]

    Use #getOptionsMap() instead.

    Use #getOptionsMap() instead.

    Annotations
    @Deprecated
    Deprecated

Concrete 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( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped