Class NullableTimeStampSecTZHolder

java.lang.Object
org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
All Implemented Interfaces:
ValueHolder

public final class NullableTimeStampSecTZHolder extends Object implements ValueHolder
Source code generated using FreeMarker template ValueHolders.java
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
     
    long
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
    Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • WIDTH

      public static final int WIDTH
      See Also:
    • isSet

      public int isSet
    • value

      public long value
    • timezone

      public String timezone
  • Constructor Details

    • NullableTimeStampSecTZHolder

      public NullableTimeStampSecTZHolder()
  • Method Details

    • hashCode

      public int hashCode()
      Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Reason for not supporting the operation is that ValueHolders are potential scalar replacements and hence we don't want any methods to be invoked on them.
      Overrides:
      toString in class Object