Class VectorOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.exec.vector.VectorOverflowException
All Implemented Interfaces:
Serializable

public class VectorOverflowException extends Exception
Indicates that an attempt to write to a vector overflowed the vector bounds: either the limit on values or the size of the buffer backing the vector. This is an expected exception: code must catch it and properly handle the partially-written, incomplete last row.
See Also:
  • Constructor Details

    • VectorOverflowException

      public VectorOverflowException()