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 ArrayPreviewstatic ArrayPreviewfromPyListWrapper(org.jpy.PyListWrapper list) static ArrayPreviewfromVector(Vector<?> vector) toString()