Class FillContextPython
java.lang.Object
io.deephaven.engine.table.impl.select.python.FillContextPython
- All Implemented Interfaces:
Context,Formula.FillContext,SafeCloseable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFillContextPython(Collection<PyCallableWrapper.ChunkArgument> chunkArguments, Object[] chunkedArgs, Class<?>[] chunkedArgTypes, boolean forNumba) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Release any resources associated with this context.Object[]Class<?>[]voidresolveColumnChunks(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:ContextRelease any resources associated with this context. The context should not be used afterwards.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceContext- Specified by:
closein interfaceSafeCloseable
-