Documentation
¶
Index ¶
Constants ¶
View Source
const ( // See https://deephaven.io/core/docs/reference/query-language/types/nulls/ NullShort int32 = -32768 )
Variables ¶
This section is empty.
Functions ¶
func DrawSubregionToFile ¶
Types ¶
type Edit ¶
type Edit struct { // unused fields right now, faster to unmarshal without them specified Timestamp int64 `parquet:"name=timestamp, type=INT64, convertedtype=TIMESTAMP"` // UserID int `parquet:"name=user_id, type=INT64"` Color int32 `parquet:"name=rgb, type=INT32"` X1 int32 `parquet:"name=x1, type=INT32, convertedtype=INT_16"` Y1 int32 `parquet:"name=y1, type=INT32, convertedtype=INT_16"` X2 int32 `parquet:"name=x2, type=INT32, convertedtype=INT_16"` Y2 int32 `parquet:"name=y2, type=INT32, convertedtype=INT_16"` }
Click to show internal directories.
Click to hide internal directories.