We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df283a commit 9c8a022Copy full SHA for 9c8a022
vector/src/main/codegen/templates/BaseWriter.java
@@ -104,7 +104,7 @@ public interface MapWriter extends ListWriter {
104
}
105
106
public interface ExtensionWriter extends BaseWriter {
107
-
+
108
/**
109
* Writes a null value.
110
*/
@@ -123,7 +123,7 @@ public interface ExtensionWriter extends BaseWriter {
123
* @param value the extension type value to write
124
125
void writeExtension(Object value);
126
127
128
* Adds the given extension type factory. This factory allows configuring writer implementations for specific ExtensionTypeVector.
129
*
0 commit comments