pub struct FixedLengthRecordDatasetV2 { /* private fields */ }
Expand description
Builder for the FixedLengthRecordDatasetV2
operation.
Implementations§
Source§impl FixedLengthRecordDatasetV2
impl FixedLengthRecordDatasetV2
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
&self,
filenames: O0,
header_bytes: O1,
record_bytes: O2,
footer_bytes: O3,
buffer_size: O4,
compression_type: O5,
scope: &mut Scope,
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>( &self, filenames: O0, header_bytes: O1, record_bytes: O2, footer_bytes: O3, buffer_size: O4, compression_type: O5, scope: &mut Scope, ) -> Result<Operation>
Builds the FixedLengthRecordDatasetV2
operation.
Trait Implementations§
Source§impl Debug for FixedLengthRecordDatasetV2
impl Debug for FixedLengthRecordDatasetV2
Source§impl Default for FixedLengthRecordDatasetV2
impl Default for FixedLengthRecordDatasetV2
Source§fn default() -> FixedLengthRecordDatasetV2
fn default() -> FixedLengthRecordDatasetV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FixedLengthRecordDatasetV2
impl RefUnwindSafe for FixedLengthRecordDatasetV2
impl Send for FixedLengthRecordDatasetV2
impl Sync for FixedLengthRecordDatasetV2
impl Unpin for FixedLengthRecordDatasetV2
impl UnwindSafe for FixedLengthRecordDatasetV2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more