MCPcopy Create free account
hub / github.com/apache/iceberg / build

Method build

core/src/main/java/org/apache/iceberg/InternalData.java:161–161  ·  view source on GitHub ↗

Build the configured FileAppender.

()

Source from the content-addressed store, hash-verified

159
160 /** Build the configured {@link FileAppender}. */
161 <D> FileAppender<D> build() throws IOException;
162 }
163
164 public interface ReadBuilder {

Callers 15

initCatalogMethod · 0.65
metastoreOptionsMethod · 0.65
TestHiveViewCatalogClass · 0.65
TestHiveViewCommitsClass · 0.65
testDropTableMethod · 0.65
appendDataMethod · 0.65
TestHiveCatalogClass · 0.65

Implementers 2

WriteBuildercore/src/main/java/org/apache/iceberg/
WriteBuilderparquet/src/main/java/org/apache/icebe

Calls

no outgoing calls

Tested by 15

initCatalogMethod · 0.52
testDropTableMethod · 0.52
appendDataMethod · 0.52
initCatalogMethod · 0.52
testReplaceTxnBuilderMethod · 0.52