Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.Nullable
Packages that use FlightSql.Nullable
-
Uses of FlightSql.Nullable in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.NullableModifier and TypeMethodDescriptionstatic FlightSql.Nullable
FlightSql.Nullable.forNumber
(int value) static FlightSql.Nullable
FlightSql.Nullable.valueOf
(int value) Deprecated.static FlightSql.Nullable
FlightSql.Nullable.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FlightSql.Nullable
Returns the enum constant of this type with the specified name.static FlightSql.Nullable[]
FlightSql.Nullable.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.NullableModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.Nullable>
FlightSql.Nullable.internalGetValueMap()