| Package | Description |
|---|---|
| io.cdap.wrangler.proto.schema |
| Modifier and Type | Method and Description |
|---|---|
SchemaDescriptorType |
SchemaEntry.getType() |
static SchemaDescriptorType |
SchemaDescriptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaDescriptorType[] |
SchemaDescriptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SchemaEntry(NamespacedId id,
String name,
String description,
SchemaDescriptorType type,
Set<Long> versions,
byte[] specification,
Long current) |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.