| Package | Description |
|---|---|
| com.gpudb |
| Modifier and Type | Method and Description |
|---|---|
static String |
RecordObject.createType(Class<? extends RecordObject> type,
GPUdb gpudb)
Creates a type in GPUdb based on the metadata in the specified
RecordObject class and returns the type ID for reference. |
static org.apache.avro.Schema |
RecordObject.getSchema(Class<? extends RecordObject> type)
Gets the Avro record schema corresponding to the metadata in the
specified
RecordObject class. |
static Type |
RecordObject.getType(Class<? extends RecordObject> type)
Gets the
Type object corresponding to the metadata in the
specified RecordObject class. |
Copyright © 2024. All rights reserved.