Class TypedHasherUtil.BuildOrProbeContext

java.lang.Object
io.deephaven.engine.table.impl.util.TypedHasherUtil.BuildOrProbeContext
All Implemented Interfaces:
Context, SafeCloseable, AutoCloseable
Direct Known Subclasses:
IncrementalMultiJoinStateManagerTypedBase.BuildContext, IncrementalMultiJoinStateManagerTypedBase.ProbeContext, IncrementalNaturalJoinStateManagerTypedBase.BuildContext, IncrementalNaturalJoinStateManagerTypedBase.ProbeContext, OperatorAggregationStateManagerOpenAddressedAlternateBase.BuildContext, RightIncrementalAsOfJoinStateManagerTypedBase.BuildContext, TypedHasherUtil.BuildOrProbeContext.BuildContext, TypedHasherUtil.BuildOrProbeContext.ProbeContext, UpdateByStateManagerTypedBase.BuildContext, UpdateByStateManagerTypedBase.ProbeContext
Enclosing class:
TypedHasherUtil

public static class TypedHasherUtil.BuildOrProbeContext extends Object implements Context
  • Field Details

  • Constructor Details

    • BuildOrProbeContext

      public BuildOrProbeContext(ColumnSource<?>[] buildSources, int chunkSize)
  • Method Details

    • resetSharedContexts

      public void resetSharedContexts()
    • closeSharedContexts

      public void closeSharedContexts()
    • close

      public void close()
      Description copied from interface: Context
      Release any resources associated with this context. The context should not be used afterwards.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Context
      Specified by:
      close in interface SafeCloseable