Class FillContextPython
java.lang.Object
io.deephaven.engine.table.impl.select.python.FillContextPython
- All Implemented Interfaces:
Context
,Formula.FillContext
,SafeCloseable
,AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFillContextPython
(Collection<PyCallableWrapper.ChunkArgument> chunkArguments, Object[] chunkedArgs, Class<?>[] chunkedArgTypes, boolean forNumba) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Release any resources associated with this context.Object[]
Class<?>[]
void
resolveColumnChunks
(Chunk<?>[] sourceChunks, int chunkSize)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
FillContextPython
public FillContextPython(Collection<PyCallableWrapper.ChunkArgument> chunkArguments, Object[] chunkedArgs, Class<?>[] chunkedArgTypes, boolean forNumba)
-
-
Method Details
-
resolveColumnChunks
-
getChunkedArgs
-
getChunkedArgTypes
-
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 interfaceAutoCloseable
- Specified by:
close
in interfaceContext
- Specified by:
close
in interfaceSafeCloseable
-