public class SqlTypes extends Object
| Constructor and Description |
|---|
SqlTypes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getSqlTypeIdFromArrowType(ArrowType arrowType)
Convert given
ArrowType to its corresponding SQL type ID. |
static String |
getSqlTypeNameFromArrowType(ArrowType arrowType)
Convert given
ArrowType to its corresponding SQL type name. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.