Class ArrayPreview
java.lang.Object
io.deephaven.engine.table.impl.preview.ArrayPreview
- All Implemented Interfaces:
PreviewType
,Serializable
A Preview Type for Arrays and Vector. Converts long arrays to a String "[1, 2, 3, 4, 5...]"
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayPreview
static ArrayPreview
fromPyListWrapper
(org.jpy.PyListWrapper list) static ArrayPreview
fromVector
(Vector<?> vector) toString()