JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.flink.table.data.writer
Interface BinaryWriter.ValueSetter
All Superinterfaces:
Serializable
Enclosing interface:
BinaryWriter
public static interface
BinaryWriter.ValueSetter
extends
Serializable
Accessor for setting the elements of an array writer during runtime.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setValue
(
BinaryArrayWriter
writer, int pos,
Object
value)
Method Details
setValue
void
setValue
(
BinaryArrayWriter
writer, int pos,
Object
value)