Class ArrowResultChunk
- java.lang.Object
-
- com.databricks.jdbc.api.impl.arrow.ArrowResultChunk
-
public class ArrowResultChunk extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArrowResultChunk.ArrowResultChunkIteratorstatic classArrowResultChunk.Builder
-
Field Summary
Fields Modifier and Type Field Description static JdbcLoggerLOGGER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ArrowResultChunk.Builderbuilder()static voiddisableErrorInjection()Method to disable error injection after testingstatic voidenableErrorInjection()Method to enable error injection for testingstatic voidsetErrorInjectionCountMaxValue(int errorInjectionCountMaxValue)
-
-
-
Field Detail
-
LOGGER
public static final JdbcLogger LOGGER
-
-
Method Detail
-
builder
public static ArrowResultChunk.Builder builder()
-
enableErrorInjection
public static void enableErrorInjection()
Method to enable error injection for testing
-
disableErrorInjection
public static void disableErrorInjection()
Method to disable error injection after testing
-
setErrorInjectionCountMaxValue
public static void setErrorInjectionCountMaxValue(int errorInjectionCountMaxValue)
-
-