Uses of Interface
org.apache.graphar.types.DataType
-
Packages that use DataType Package Description org.apache.graphar.graphinfo org.apache.graphar.types org.apache.graphar.util -
-
Uses of DataType in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return types with arguments of type DataType Modifier and Type Method Description Result<StdSharedPtr<DataType>>EdgeInfo. getPropertyType(StdString propertyName)Get the data type of the specified property.StdSharedPtr<DataType>Property. type()Method parameters in org.apache.graphar.graphinfo with type arguments of type DataType Modifier and Type Method Description voidProperty. type(StdSharedPtr<DataType> type) -
Uses of DataType in org.apache.graphar.types
Methods in org.apache.graphar.types that return DataType Modifier and Type Method Description DataTypeDataType.Factory. create()DataTypeDataType.Factory. create(Type id)Construct a DateType objectDataTypeDataType.Factory. create(Type id, StdString usrDefinedTypeName)Construct a DateType objectMethods in org.apache.graphar.types with parameters of type DataType Modifier and Type Method Description booleanDataType. eq(DataType other) -
Uses of DataType in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type DataType Modifier and Type Method Description StdSharedPtr<DataType>GrapharStaticFunctions. booleanType()StdSharedPtr<DataType>GrapharStaticFunctions. dateType()StdSharedPtr<DataType>GrapharStaticFunctions. float32Type()StdSharedPtr<DataType>GrapharStaticFunctions. float64Type()StdSharedPtr<DataType>GrapharStaticFunctions. int32Type()StdSharedPtr<DataType>GrapharStaticFunctions. int64Type()StdSharedPtr<DataType>GrapharStaticFunctions. stringType()StdSharedPtr<DataType>GrapharStaticFunctions. timestampType()
-