Packages

c

com.microsoft.azure.synapse.ml.io.binary

BinaryOutputWriter

class BinaryOutputWriter extends OutputWriter

Linear Supertypes
OutputWriter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryOutputWriter
  2. OutputWriter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinaryOutputWriter(path: String, bytesCol: Int, pathCol: Int, context: TaskAttemptContext)

Value Members

  1. val bytesCol: Int
  2. def close(): Unit
    Definition Classes
    BinaryOutputWriter → OutputWriter
  3. val context: TaskAttemptContext
  4. val path: String
    Definition Classes
    BinaryOutputWriter → OutputWriter
  5. val pathCol: Int
  6. def write(row: InternalRow): Unit
    Definition Classes
    BinaryOutputWriter → OutputWriter