Package functions

Interface GeneratedFunctions.MeosLibraryPartC

Enclosing class:
GeneratedFunctions

public static interface GeneratedFunctions.MeosLibraryPartC
  • Method Details

    • datum_geom_contains

      jnr.ffi.Pointer datum_geom_contains(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geom_covers

      jnr.ffi.Pointer datum_geom_covers(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geo_covers2d

      jnr.ffi.Pointer datum_geo_covers2d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geom_disjoint2d

      jnr.ffi.Pointer datum_geom_disjoint2d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geo_disjoint2d

      jnr.ffi.Pointer datum_geo_disjoint2d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geo_intersects2d

      jnr.ffi.Pointer datum_geo_intersects2d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geom_disjoint3d

      jnr.ffi.Pointer datum_geom_disjoint3d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geog_disjoint

      jnr.ffi.Pointer datum_geog_disjoint(jnr.ffi.Pointer geog1, jnr.ffi.Pointer geog2)
    • datum_geom_intersects2d

      jnr.ffi.Pointer datum_geom_intersects2d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geom_intersects3d

      jnr.ffi.Pointer datum_geom_intersects3d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geog_intersects

      jnr.ffi.Pointer datum_geog_intersects(jnr.ffi.Pointer geog1, jnr.ffi.Pointer geog2)
    • datum_geom_touches

      jnr.ffi.Pointer datum_geom_touches(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2)
    • datum_geom_dwithin2d

      jnr.ffi.Pointer datum_geom_dwithin2d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2, jnr.ffi.Pointer dist)
    • datum_geom_dwithin3d

      jnr.ffi.Pointer datum_geom_dwithin3d(jnr.ffi.Pointer geom1, jnr.ffi.Pointer geom2, jnr.ffi.Pointer dist)
    • datum_geog_dwithin

      jnr.ffi.Pointer datum_geog_dwithin(jnr.ffi.Pointer geog1, jnr.ffi.Pointer geog2, jnr.ffi.Pointer dist)
    • datum_geom_relate_pattern

      jnr.ffi.Pointer datum_geom_relate_pattern(jnr.ffi.Pointer geog1, jnr.ffi.Pointer geog2, jnr.ffi.Pointer p)
    • geo_disjoint_fn

      jnr.ffi.Pointer geo_disjoint_fn(short flags1, short flags2)
    • geo_disjoint_fn_geo

      jnr.ffi.Pointer geo_disjoint_fn_geo(short flags1, byte flags2)
    • geo_intersects_fn

      jnr.ffi.Pointer geo_intersects_fn(short flags1, short flags2)
    • geo_intersects_fn_geo

      jnr.ffi.Pointer geo_intersects_fn_geo(short flags1, byte flags2)
    • geo_dwithin_fn

      jnr.ffi.Pointer geo_dwithin_fn(short flags1, short flags2)
    • geo_dwithin_fn_geo

      jnr.ffi.Pointer geo_dwithin_fn_geo(short flags1, byte flags2)
    • tpointsegm_tdwithin_turnpt

      int tpointsegm_tdwithin_turnpt(jnr.ffi.Pointer start1, jnr.ffi.Pointer end1, jnr.ffi.Pointer start2, jnr.ffi.Pointer end2, jnr.ffi.Pointer value, long lower, long upper, jnr.ffi.Pointer t1, jnr.ffi.Pointer t2)
    • spatialrel_geo_geo

      int spatialrel_geo_geo(jnr.ffi.Pointer gs1, jnr.ffi.Pointer gs2, jnr.ffi.Pointer param, jnr.ffi.Pointer func, int numparam, boolean invert)
    • spatialrel_tgeo_tgeo

      int spatialrel_tgeo_tgeo(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2, jnr.ffi.Pointer param, jnr.ffi.Pointer func, int numparam)
    • ea_contains_geo_tgeo

      int ea_contains_geo_tgeo(jnr.ffi.Pointer gs, jnr.ffi.Pointer temp, boolean ever)
    • ea_contains_tgeo_geo

      int ea_contains_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean ever)
    • ea_contains_tgeo_tgeo

      int ea_contains_tgeo_tgeo(jnr.ffi.Pointer temp, jnr.ffi.Pointer temp2, boolean ever)
    • ea_covers_geo_tgeo

      int ea_covers_geo_tgeo(jnr.ffi.Pointer gs, jnr.ffi.Pointer temp, boolean ever)
    • ea_covers_tgeo_geo

      int ea_covers_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean ever)
    • ea_covers_tgeo_tgeo

      int ea_covers_tgeo_tgeo(jnr.ffi.Pointer temp, jnr.ffi.Pointer temp2, boolean ever)
    • ea_disjoint_geo_tgeo

      int ea_disjoint_geo_tgeo(jnr.ffi.Pointer gs, jnr.ffi.Pointer temp, boolean ever)
    • ea_disjoint_tgeo_geo

      int ea_disjoint_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean ever)
    • ea_disjoint_tgeo_tgeo

      int ea_disjoint_tgeo_tgeo(jnr.ffi.Pointer temp, jnr.ffi.Pointer temp2, boolean ever)
    • ea_intersects_geo_tgeo

      int ea_intersects_geo_tgeo(jnr.ffi.Pointer gs, jnr.ffi.Pointer temp, boolean ever)
    • ea_intersects_tgeo_geo

      int ea_intersects_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean ever)
    • ea_intersects_tgeo_tgeo

      int ea_intersects_tgeo_tgeo(jnr.ffi.Pointer temp, jnr.ffi.Pointer temp2, boolean ever)
    • ea_touches_tpoint_geo

      int ea_touches_tpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean ever)
    • ea_touches_tgeo_geo

      int ea_touches_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean ever)
    • ea_touches_tgeo_tgeo

      int ea_touches_tgeo_tgeo(jnr.ffi.Pointer temp, jnr.ffi.Pointer temp2, boolean ever)
    • ea_dwithin_tgeo_geo

      int ea_dwithin_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, double dist, boolean ever)
    • ea_dwithin_tgeo_tgeo

      int ea_dwithin_tgeo_tgeo(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2, double dist, boolean ever)
    • ea_spatialrel_tspatial_geo

      int ea_spatialrel_tspatial_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, jnr.ffi.Pointer func, boolean ever, boolean invert)
    • ea_spatialrel_tspatial_tspatial

      int ea_spatialrel_tspatial_tspatial(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2, jnr.ffi.Pointer func, boolean ever)
    • tspatialrel_tspatial_base

      jnr.ffi.Pointer tspatialrel_tspatial_base(jnr.ffi.Pointer temp, jnr.ffi.Pointer base, jnr.ffi.Pointer param, jnr.ffi.Pointer func, int numparam, boolean invert)
    • tspatialrel_tspatial_tspatial

      jnr.ffi.Pointer tspatialrel_tspatial_tspatial(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2, jnr.ffi.Pointer param, jnr.ffi.Pointer func, int numparam, boolean invert)
    • tinterrel_tgeo_geo

      jnr.ffi.Pointer tinterrel_tgeo_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean tinter)
    • tinterrel_tspatial_base

      jnr.ffi.Pointer tinterrel_tspatial_base(jnr.ffi.Pointer temp, jnr.ffi.Pointer base, boolean tinter, jnr.ffi.Pointer func)
    • tinterrel_tspatial_tspatial

      jnr.ffi.Pointer tinterrel_tspatial_tspatial(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2, boolean tinter)
    • tdwithin_tspatial_tspatial

      jnr.ffi.Pointer tdwithin_tspatial_tspatial(jnr.ffi.Pointer sync1, jnr.ffi.Pointer sync2, jnr.ffi.Pointer dist, jnr.ffi.Pointer func, jnr.ffi.Pointer tpfn)
    • tdwithin_add_solutions

      int tdwithin_add_solutions(int solutions, long lower, long upper, boolean lower_inc, boolean upper_inc, boolean upper_inc1, long t1, long t2, jnr.ffi.Pointer instants, jnr.ffi.Pointer result)
    • tdwithin_tspatial_spatial

      jnr.ffi.Pointer tdwithin_tspatial_spatial(jnr.ffi.Pointer temp, jnr.ffi.Pointer base, jnr.ffi.Pointer dist, jnr.ffi.Pointer func, jnr.ffi.Pointer tpfn)
    • bitmatrix_make

      jnr.ffi.Pointer bitmatrix_make(jnr.ffi.Pointer count, int ndims)
    • tpoint_set_tiles

      int tpoint_set_tiles(jnr.ffi.Pointer temp, jnr.ffi.Pointer state, jnr.ffi.Pointer bm)
    • tpoint_at_tile

      jnr.ffi.Pointer tpoint_at_tile(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • stbox_tile_state_set

      void stbox_tile_state_set(double x, double y, double z, long t, double xsize, double ysize, double zsize, long tunits, boolean hasx, boolean hasz, boolean hast, int srid, jnr.ffi.Pointer result)
    • stbox_tile_state_make

      jnr.ffi.Pointer stbox_tile_state_make(jnr.ffi.Pointer temp, jnr.ffi.Pointer box, double xsize, double ysize, double zsize, jnr.ffi.Pointer duration, int sorigin, long torigin, boolean border_inc)
    • stbox_tile_state_next

      void stbox_tile_state_next(jnr.ffi.Pointer state)
    • stbox_tile_state_get

      byte stbox_tile_state_get(jnr.ffi.Pointer state, jnr.ffi.Pointer box)
    • tspatial_space_time_boxes

      jnr.ffi.Pointer tspatial_space_time_boxes(jnr.ffi.Pointer temp, double xsize, double ysize, double zsize, jnr.ffi.Pointer duration, jnr.ffi.Pointer sorigin, long torigin, boolean bitmatrix, boolean border_inc, jnr.ffi.Pointer restrfn, jnr.ffi.Pointer count)
    • tgeo_space_time_tile_init

      jnr.ffi.Pointer tgeo_space_time_tile_init(jnr.ffi.Pointer temp, double xsize, double ysize, double zsize, jnr.ffi.Pointer duration, jnr.ffi.Pointer sorigin, long torigin, boolean bitmatrix, boolean border_inc, jnr.ffi.Pointer ntiles)
    • stbox_space_time_tile

      jnr.ffi.Pointer stbox_space_time_tile(jnr.ffi.Pointer point, long t, double xsize, double ysize, double zsize, jnr.ffi.Pointer duration, jnr.ffi.Pointer sorigin, long torigin, boolean hasx, boolean hast)
    • create_trip

      jnr.ffi.Pointer create_trip(jnr.ffi.Pointer lines, jnr.ffi.Pointer maxSpeeds, jnr.ffi.Pointer categories, int noEdges, long startTime, boolean disturbData, int verbosity)
    • spatialarr_wkt_out

      jnr.ffi.Pointer spatialarr_wkt_out(jnr.ffi.Pointer spatialarr, int basetype, int count, int maxdd, boolean extended)
    • spatialbase_as_text

      jnr.ffi.Pointer spatialbase_as_text(jnr.ffi.Pointer value, int type, int maxdd)
    • spatialbase_as_ewkt

      jnr.ffi.Pointer spatialbase_as_ewkt(jnr.ffi.Pointer value, int type, int maxdd)
    • point_transf_pj

      byte point_transf_pj(jnr.ffi.Pointer gs, int srid_to, jnr.ffi.Pointer pj)
    • tgeoinst_set_stbox

      void tgeoinst_set_stbox(jnr.ffi.Pointer inst, jnr.ffi.Pointer box)
    • tgeoinstarr_set_stbox

      void tgeoinstarr_set_stbox(jnr.ffi.Pointer instants, int count, jnr.ffi.Pointer box)
    • tgeoseq_expand_stbox

      void tgeoseq_expand_stbox(jnr.ffi.Pointer seq, jnr.ffi.Pointer inst)
    • tspatialinst_set_stbox

      void tspatialinst_set_stbox(jnr.ffi.Pointer inst, jnr.ffi.Pointer box)
    • tspatialinstarr_set_stbox

      void tspatialinstarr_set_stbox(jnr.ffi.Pointer instants, int count, boolean lower_inc, boolean upper_inc, int interp, jnr.ffi.Pointer box)
    • tspatialseqarr_set_stbox

      void tspatialseqarr_set_stbox(jnr.ffi.Pointer sequences, int count, jnr.ffi.Pointer box)
    • tspatialseq_expand_stbox

      void tspatialseq_expand_stbox(jnr.ffi.Pointer seq, jnr.ffi.Pointer inst)
    • spatialarr_set_bbox

      void spatialarr_set_bbox(jnr.ffi.Pointer values, int basetype, int count, jnr.ffi.Pointer box)
    • boxop_tspatial_stbox

      byte boxop_tspatial_stbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box, jnr.ffi.Pointer func, boolean invert)
    • boxop_tspatial_tspatial

      byte boxop_tspatial_tspatial(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2, jnr.ffi.Pointer func)
    • srid_parse

      byte srid_parse(jnr.ffi.Pointer str, jnr.ffi.Pointer srid)
    • spatial_parse_elem

      byte spatial_parse_elem(jnr.ffi.Pointer str, int temptype, String delim, jnr.ffi.Pointer temp_srid, jnr.ffi.Pointer result)
    • geo_parse

      byte geo_parse(jnr.ffi.Pointer str, int basetype, String delim, jnr.ffi.Pointer srid, jnr.ffi.Pointer result)
    • stbox_parse_dims

      jnr.ffi.Pointer stbox_parse_dims(jnr.ffi.Pointer str, boolean geodetic, int srid, String type_str)
    • stbox_parse

      jnr.ffi.Pointer stbox_parse(jnr.ffi.Pointer str)
    • tpoint_parse

      jnr.ffi.Pointer tpoint_parse(jnr.ffi.Pointer str, int temptype)
    • tspatialinst_parse

      jnr.ffi.Pointer tspatialinst_parse(jnr.ffi.Pointer str, int temptype, boolean end, jnr.ffi.Pointer temp_srid)
    • tspatialseq_disc_parse

      jnr.ffi.Pointer tspatialseq_disc_parse(jnr.ffi.Pointer str, int temptype, jnr.ffi.Pointer temp_srid)
    • tspatialseq_cont_parse

      jnr.ffi.Pointer tspatialseq_cont_parse(jnr.ffi.Pointer str, int temptype, int interp, boolean end, jnr.ffi.Pointer temp_srid)
    • tspatialseqset_parse

      jnr.ffi.Pointer tspatialseqset_parse(jnr.ffi.Pointer str, int temptype, int interp, jnr.ffi.Pointer temp_srid)
    • tspatial_parse

      jnr.ffi.Pointer tspatial_parse(jnr.ffi.Pointer str, int temptype)
    • h3_are_neighbor_cells_meos

      byte h3_are_neighbor_cells_meos(long origin, long destination)
    • h3_cells_to_directed_edge_meos

      long h3_cells_to_directed_edge_meos(long origin, long destination)
    • h3_is_valid_directed_edge_meos

      byte h3_is_valid_directed_edge_meos(long edge)
    • h3_get_directed_edge_origin_meos

      long h3_get_directed_edge_origin_meos(long edge)
    • h3_get_directed_edge_destination_meos

      long h3_get_directed_edge_destination_meos(long edge)
    • h3_cell_to_parent_meos

      long h3_cell_to_parent_meos(long origin, int resolution)
    • h3_cell_to_center_child_meos

      long h3_cell_to_center_child_meos(long origin, int resolution)
    • h3_cell_to_child_pos_meos

      long h3_cell_to_child_pos_meos(long child, int parentRes)
    • h3_child_pos_to_cell_meos

      long h3_child_pos_to_cell_meos(long childPos, long parent, int childRes)
    • h3_get_resolution_meos

      int h3_get_resolution_meos(long hex)
    • h3_get_base_cell_number_meos

      int h3_get_base_cell_number_meos(long hex)
    • h3_is_valid_cell_meos

      byte h3_is_valid_cell_meos(long hex)
    • h3_is_res_class_iii_meos

      byte h3_is_res_class_iii_meos(long hex)
    • h3_is_pentagon_meos

      byte h3_is_pentagon_meos(long hex)
    • h3_get_num_cells_meos

      long h3_get_num_cells_meos(int resolution)
    • h3_grid_distance_meos

      long h3_grid_distance_meos(long originIndex, long h3Index)
    • h3_cell_to_vertex_meos

      long h3_cell_to_vertex_meos(long cell, int vertexNum)
    • h3_is_valid_vertex_meos

      byte h3_is_valid_vertex_meos(long vertex)
    • h3index_in

      long h3index_in(String str)
    • h3index_out

      jnr.ffi.Pointer h3index_out(long cell)
    • h3_is_valid_cell

      byte h3_is_valid_cell(long cell)
    • h3_is_valid_directed_edge

      byte h3_is_valid_directed_edge(long edge)
    • h3_is_valid_vertex

      byte h3_is_valid_vertex(long vertex)
    • h3index_eq

      byte h3index_eq(long a, long b)
    • h3index_ne

      byte h3index_ne(long a, long b)
    • h3index_lt

      byte h3index_lt(long a, long b)
    • h3index_le

      byte h3index_le(long a, long b)
    • h3index_gt

      byte h3index_gt(long a, long b)
    • h3index_ge

      byte h3index_ge(long a, long b)
    • h3index_cmp

      int h3index_cmp(long a, long b)
    • h3index_hash

      int h3index_hash(long cell)
    • h3_grid_disk

      jnr.ffi.Pointer h3_grid_disk(long origin, int k)
    • h3_cell_to_children

      jnr.ffi.Pointer h3_cell_to_children(long origin, int childRes)
    • h3_compact_cells

      jnr.ffi.Pointer h3_compact_cells(jnr.ffi.Pointer cells)
    • h3_uncompact_cells

      jnr.ffi.Pointer h3_uncompact_cells(jnr.ffi.Pointer cells, int res)
    • h3_grid_ring

      jnr.ffi.Pointer h3_grid_ring(long origin, int k)
    • h3_grid_path_cells

      jnr.ffi.Pointer h3_grid_path_cells(long start, long end)
    • h3_origin_to_directed_edges

      jnr.ffi.Pointer h3_origin_to_directed_edges(long origin)
    • h3_cell_to_vertexes

      jnr.ffi.Pointer h3_cell_to_vertexes(long cell)
    • h3_get_icosahedron_faces

      jnr.ffi.Pointer h3_get_icosahedron_faces(long cell)
    • h3index_from_wkb

      long h3index_from_wkb(jnr.ffi.Pointer wkb, long size)
    • h3index_from_hexwkb

      long h3index_from_hexwkb(String hexwkb)
    • h3index_as_wkb

      jnr.ffi.Pointer h3index_as_wkb(long cell, byte variant, jnr.ffi.Pointer size_out)
    • h3index_as_hexwkb

      jnr.ffi.Pointer h3index_as_hexwkb(long cell, byte variant, jnr.ffi.Pointer size_out)
    • h3index_get_resolution

      int h3index_get_resolution(long cell)
    • h3index_cell_to_parent

      long h3index_cell_to_parent(long cell, int parent_resolution)
    • h3index_cell_to_point

      jnr.ffi.Pointer h3index_cell_to_point(long cell)
    • h3index_cell_to_boundary

      jnr.ffi.Pointer h3index_cell_to_boundary(long cell)
    • h3index_cell_area

      double h3index_cell_area(long cell)
    • th3index_in

      jnr.ffi.Pointer th3index_in(String str)
    • th3indexinst_in

      jnr.ffi.Pointer th3indexinst_in(String str)
    • th3indexseq_in

      jnr.ffi.Pointer th3indexseq_in(String str, int interp)
    • th3indexseqset_in

      jnr.ffi.Pointer th3indexseqset_in(String str)
    • th3index_make

      jnr.ffi.Pointer th3index_make(long value, long t)
    • th3indexinst_make

      jnr.ffi.Pointer th3indexinst_make(long value, long t)
    • th3indexseq_make

      jnr.ffi.Pointer th3indexseq_make(jnr.ffi.Pointer values, jnr.ffi.Pointer times, int count, boolean lower_inc, boolean upper_inc)
    • th3indexseqset_make

      jnr.ffi.Pointer th3indexseqset_make(jnr.ffi.Pointer sequences, int count)
    • th3index_start_value

      long th3index_start_value(jnr.ffi.Pointer temp)
    • th3index_end_value

      long th3index_end_value(jnr.ffi.Pointer temp)
    • th3index_value_n

      byte th3index_value_n(jnr.ffi.Pointer temp, int n, jnr.ffi.Pointer result)
    • th3index_values

      jnr.ffi.Pointer th3index_values(jnr.ffi.Pointer temp, jnr.ffi.Pointer count)
    • th3index_value_at_timestamptz

      byte th3index_value_at_timestamptz(jnr.ffi.Pointer temp, long t, boolean strict, jnr.ffi.Pointer result)
    • tbigint_to_th3index

      jnr.ffi.Pointer tbigint_to_th3index(jnr.ffi.Pointer temp)
    • th3index_to_tbigint

      jnr.ffi.Pointer th3index_to_tbigint(jnr.ffi.Pointer temp)
    • ever_eq_h3index_th3index

      int ever_eq_h3index_th3index(long cell, jnr.ffi.Pointer temp)
    • ever_eq_th3index_h3index

      int ever_eq_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • ever_ne_h3index_th3index

      int ever_ne_h3index_th3index(long cell, jnr.ffi.Pointer temp)
    • ever_ne_th3index_h3index

      int ever_ne_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • always_eq_h3index_th3index

      int always_eq_h3index_th3index(long cell, jnr.ffi.Pointer temp)
    • always_eq_th3index_h3index

      int always_eq_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • always_ne_h3index_th3index

      int always_ne_h3index_th3index(long cell, jnr.ffi.Pointer temp)
    • always_ne_th3index_h3index

      int always_ne_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • ever_eq_th3index_th3index

      int ever_eq_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_ne_th3index_th3index

      int ever_ne_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_eq_th3index_th3index

      int always_eq_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_ne_th3index_th3index

      int always_ne_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • teq_h3index_th3index

      jnr.ffi.Pointer teq_h3index_th3index(long cell, jnr.ffi.Pointer temp)
    • teq_th3index_h3index

      jnr.ffi.Pointer teq_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • teq_th3index_th3index

      jnr.ffi.Pointer teq_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • tne_h3index_th3index

      jnr.ffi.Pointer tne_h3index_th3index(long cell, jnr.ffi.Pointer temp)
    • tne_th3index_h3index

      jnr.ffi.Pointer tne_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • tne_th3index_th3index

      jnr.ffi.Pointer tne_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • th3index_get_base_cell_number

      jnr.ffi.Pointer th3index_get_base_cell_number(jnr.ffi.Pointer temp)
    • th3index_is_res_class_iii

      jnr.ffi.Pointer th3index_is_res_class_iii(jnr.ffi.Pointer temp)
    • th3index_is_pentagon

      jnr.ffi.Pointer th3index_is_pentagon(jnr.ffi.Pointer temp)
    • th3index_cell_to_parent_next

      jnr.ffi.Pointer th3index_cell_to_parent_next(jnr.ffi.Pointer temp)
    • th3index_cell_to_center_child

      jnr.ffi.Pointer th3index_cell_to_center_child(jnr.ffi.Pointer temp, int resolution)
    • th3index_cell_to_center_child_next

      jnr.ffi.Pointer th3index_cell_to_center_child_next(jnr.ffi.Pointer temp)
    • th3index_cell_to_child_pos

      jnr.ffi.Pointer th3index_cell_to_child_pos(jnr.ffi.Pointer temp, int parent_res)
    • th3index_child_pos_to_cell

      jnr.ffi.Pointer th3index_child_pos_to_cell(jnr.ffi.Pointer child_pos, jnr.ffi.Pointer parent, int child_res)
    • tgeogpoint_to_th3index

      jnr.ffi.Pointer tgeogpoint_to_th3index(jnr.ffi.Pointer temp, int resolution)
    • tgeompoint_to_th3index

      jnr.ffi.Pointer tgeompoint_to_th3index(jnr.ffi.Pointer temp, int resolution)
    • th3index_to_tgeogpoint

      jnr.ffi.Pointer th3index_to_tgeogpoint(jnr.ffi.Pointer temp)
    • th3index_to_tgeompoint

      jnr.ffi.Pointer th3index_to_tgeompoint(jnr.ffi.Pointer temp)
    • h3index_to_set

      jnr.ffi.Pointer h3index_to_set(long cell)
    • geo_to_h3index_cell

      long geo_to_h3index_cell(jnr.ffi.Pointer point, int resolution)
    • geo_to_h3index_set

      jnr.ffi.Pointer geo_to_h3index_set(jnr.ffi.Pointer gs, int resolution)
    • h3index_to_stbox

      jnr.ffi.Pointer h3index_to_stbox(long cell)
    • h3index_timestamptz_to_stbox

      jnr.ffi.Pointer h3index_timestamptz_to_stbox(long cell, long t)
    • h3index_tstzspan_to_stbox

      jnr.ffi.Pointer h3index_tstzspan_to_stbox(long cell, jnr.ffi.Pointer s)
    • ever_eq_h3indexset_th3index

      int ever_eq_h3indexset_th3index(jnr.ffi.Pointer cells, jnr.ffi.Pointer th3idx)
    • th3index_are_neighbor_cells

      jnr.ffi.Pointer th3index_are_neighbor_cells(jnr.ffi.Pointer origin, jnr.ffi.Pointer dest)
    • th3index_cells_to_directed_edge

      jnr.ffi.Pointer th3index_cells_to_directed_edge(jnr.ffi.Pointer origin, jnr.ffi.Pointer dest)
    • th3index_is_valid_directed_edge

      jnr.ffi.Pointer th3index_is_valid_directed_edge(jnr.ffi.Pointer edge)
    • th3index_get_directed_edge_origin

      jnr.ffi.Pointer th3index_get_directed_edge_origin(jnr.ffi.Pointer edge)
    • th3index_get_directed_edge_destination

      jnr.ffi.Pointer th3index_get_directed_edge_destination(jnr.ffi.Pointer edge)
    • th3index_directed_edge_to_boundary

      jnr.ffi.Pointer th3index_directed_edge_to_boundary(jnr.ffi.Pointer edge)
    • th3index_cell_to_vertex

      jnr.ffi.Pointer th3index_cell_to_vertex(jnr.ffi.Pointer temp, int vertex_num)
    • th3index_vertex_to_latlng

      jnr.ffi.Pointer th3index_vertex_to_latlng(jnr.ffi.Pointer temp)
    • th3index_is_valid_vertex

      jnr.ffi.Pointer th3index_is_valid_vertex(jnr.ffi.Pointer temp)
    • th3index_grid_distance

      jnr.ffi.Pointer th3index_grid_distance(jnr.ffi.Pointer origin, jnr.ffi.Pointer dest)
    • th3index_cell_to_local_ij

      jnr.ffi.Pointer th3index_cell_to_local_ij(jnr.ffi.Pointer origin, jnr.ffi.Pointer cell)
    • th3index_local_ij_to_cell

      jnr.ffi.Pointer th3index_local_ij_to_cell(jnr.ffi.Pointer origin, jnr.ffi.Pointer coord)
    • th3index_edge_length

      jnr.ffi.Pointer th3index_edge_length(jnr.ffi.Pointer temp)
    • tgeogpoint_great_circle_distance

      jnr.ffi.Pointer tgeogpoint_great_circle_distance(jnr.ffi.Pointer a, jnr.ffi.Pointer b)
    • meos_h3index_in

      long meos_h3index_in(String str)
    • meos_h3index_out

      jnr.ffi.Pointer meos_h3index_out(long cell)
    • meos_h3index_eq

      byte meos_h3index_eq(long a, long b)
    • meos_h3index_ne

      byte meos_h3index_ne(long a, long b)
    • meos_h3index_lt

      byte meos_h3index_lt(long a, long b)
    • meos_h3index_le

      byte meos_h3index_le(long a, long b)
    • meos_h3index_gt

      byte meos_h3index_gt(long a, long b)
    • meos_h3index_ge

      byte meos_h3index_ge(long a, long b)
    • meos_h3index_cmp

      int meos_h3index_cmp(long a, long b)
    • meos_h3index_hash

      int meos_h3index_hash(long cell)
    • ensure_h3index_cell

      byte ensure_h3index_cell(long cell)
    • ensure_h3index_directed_edge

      byte ensure_h3index_directed_edge(long edge)
    • ensure_h3index_vertex

      byte ensure_h3index_vertex(long vertex)
    • meos_h3_grid_disk

      jnr.ffi.Pointer meos_h3_grid_disk(long origin, int k)
    • meos_h3_grid_ring

      jnr.ffi.Pointer meos_h3_grid_ring(long origin, int k)
    • meos_h3_grid_path_cells

      jnr.ffi.Pointer meos_h3_grid_path_cells(long start, long end)
    • meos_h3_cell_to_children

      jnr.ffi.Pointer meos_h3_cell_to_children(long origin, int childRes)
    • meos_h3_compact_cells

      jnr.ffi.Pointer meos_h3_compact_cells(jnr.ffi.Pointer cells)
    • meos_h3_uncompact_cells

      jnr.ffi.Pointer meos_h3_uncompact_cells(jnr.ffi.Pointer cells, int res)
    • meos_h3_origin_to_directed_edges

      jnr.ffi.Pointer meos_h3_origin_to_directed_edges(long origin)
    • meos_h3_cell_to_vertexes

      jnr.ffi.Pointer meos_h3_cell_to_vertexes(long cell)
    • meos_h3_get_icosahedron_faces

      jnr.ffi.Pointer meos_h3_get_icosahedron_faces(long cell)
    • ensure_valid_th3index_th3index

      byte ensure_valid_th3index_th3index(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ensure_valid_th3index_h3index

      byte ensure_valid_th3index_h3index(jnr.ffi.Pointer temp, long cell)
    • ensure_valid_th3index_tgeogpoint

      byte ensure_valid_th3index_tgeogpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • datum2_h3index_eq

      jnr.ffi.Pointer datum2_h3index_eq(jnr.ffi.Pointer d1, jnr.ffi.Pointer d2, int type)
    • datum2_h3index_ne

      jnr.ffi.Pointer datum2_h3index_ne(jnr.ffi.Pointer d1, jnr.ffi.Pointer d2, int type)
    • h3index_set_stbox

      byte h3index_set_stbox(long cell, jnr.ffi.Pointer box)
    • h3indexarr_set_stbox

      void h3indexarr_set_stbox(jnr.ffi.Pointer values, int count, jnr.ffi.Pointer box)
    • th3indexinst_set_stbox

      void th3indexinst_set_stbox(jnr.ffi.Pointer inst, jnr.ffi.Pointer box)
    • th3indexinstarr_set_stbox

      void th3indexinstarr_set_stbox(jnr.ffi.Pointer instants, int count, jnr.ffi.Pointer box)
    • th3indexseq_expand_stbox

      void th3indexseq_expand_stbox(jnr.ffi.Pointer seq, jnr.ffi.Pointer inst)
    • cell_boundary_to_gs

      jnr.ffi.Pointer cell_boundary_to_gs(jnr.ffi.Pointer bnd)
    • h3_sample_step_deg

      double h3_sample_step_deg(int resolution)
    • h3_latlng_deg_to_cell

      long h3_latlng_deg_to_cell(double lat_deg, double lng_deg, int resolution)
    • h3_cell_to_parent_next_meos

      long h3_cell_to_parent_next_meos(long cell)
    • h3_cell_to_center_child_next_meos

      long h3_cell_to_center_child_next_meos(long cell)
    • h3_directed_edge_to_gs_boundary

      jnr.ffi.Pointer h3_directed_edge_to_gs_boundary(long edge)
    • h3_vertex_to_gs_point

      jnr.ffi.Pointer h3_vertex_to_gs_point(long vertex)
    • h3_cell_to_local_ij_meos

      jnr.ffi.Pointer h3_cell_to_local_ij_meos(long origin, long cell)
    • h3_local_ij_to_cell_meos

      long h3_local_ij_to_cell_meos(long origin, jnr.ffi.Pointer coord)
    • h3_cell_area_meos

      double h3_cell_area_meos(long cell, int unit)
    • h3_edge_length_meos

      double h3_edge_length_meos(long edge, int unit)
    • h3_gs_great_circle_distance_meos

      double h3_gs_great_circle_distance_meos(jnr.ffi.Pointer a, jnr.ffi.Pointer b, int unit)
    • datum_h3_get_resolution

      jnr.ffi.Pointer datum_h3_get_resolution(jnr.ffi.Pointer d)
    • datum_h3_get_base_cell_number

      jnr.ffi.Pointer datum_h3_get_base_cell_number(jnr.ffi.Pointer d)
    • datum_h3_is_valid_cell

      jnr.ffi.Pointer datum_h3_is_valid_cell(jnr.ffi.Pointer d)
    • datum_h3_is_res_class_iii

      jnr.ffi.Pointer datum_h3_is_res_class_iii(jnr.ffi.Pointer d)
    • datum_h3_is_pentagon

      jnr.ffi.Pointer datum_h3_is_pentagon(jnr.ffi.Pointer d)
    • datum_h3_cell_to_parent

      jnr.ffi.Pointer datum_h3_cell_to_parent(jnr.ffi.Pointer cell_d, jnr.ffi.Pointer res_d)
    • datum_h3_cell_to_parent_next

      jnr.ffi.Pointer datum_h3_cell_to_parent_next(jnr.ffi.Pointer cell_d)
    • datum_h3_cell_to_center_child

      jnr.ffi.Pointer datum_h3_cell_to_center_child(jnr.ffi.Pointer cell_d, jnr.ffi.Pointer res_d)
    • datum_h3_cell_to_center_child_next

      jnr.ffi.Pointer datum_h3_cell_to_center_child_next(jnr.ffi.Pointer cell_d)
    • datum_h3_cell_to_child_pos

      jnr.ffi.Pointer datum_h3_cell_to_child_pos(jnr.ffi.Pointer cell_d, jnr.ffi.Pointer parent_res_d)
    • datum_h3_child_pos_to_cell

      jnr.ffi.Pointer datum_h3_child_pos_to_cell(jnr.ffi.Pointer pos_d, jnr.ffi.Pointer parent_d, jnr.ffi.Pointer child_res_d)
    • datum_h3_are_neighbor_cells

      jnr.ffi.Pointer datum_h3_are_neighbor_cells(jnr.ffi.Pointer origin_d, jnr.ffi.Pointer dest_d)
    • datum_h3_cells_to_directed_edge

      jnr.ffi.Pointer datum_h3_cells_to_directed_edge(jnr.ffi.Pointer origin_d, jnr.ffi.Pointer dest_d)
    • datum_h3_is_valid_directed_edge

      jnr.ffi.Pointer datum_h3_is_valid_directed_edge(jnr.ffi.Pointer d)
    • datum_h3_get_directed_edge_origin

      jnr.ffi.Pointer datum_h3_get_directed_edge_origin(jnr.ffi.Pointer d)
    • datum_h3_get_directed_edge_destination

      jnr.ffi.Pointer datum_h3_get_directed_edge_destination(jnr.ffi.Pointer d)
    • datum_h3_directed_edge_to_boundary

      jnr.ffi.Pointer datum_h3_directed_edge_to_boundary(jnr.ffi.Pointer d)
    • datum_h3_cell_to_vertex

      jnr.ffi.Pointer datum_h3_cell_to_vertex(jnr.ffi.Pointer cell_d, jnr.ffi.Pointer vnum_d)
    • datum_h3_vertex_to_latlng

      jnr.ffi.Pointer datum_h3_vertex_to_latlng(jnr.ffi.Pointer d)
    • datum_h3_is_valid_vertex

      jnr.ffi.Pointer datum_h3_is_valid_vertex(jnr.ffi.Pointer d)
    • datum_h3_grid_distance

      jnr.ffi.Pointer datum_h3_grid_distance(jnr.ffi.Pointer origin_d, jnr.ffi.Pointer dest_d)
    • datum_h3_cell_to_local_ij

      jnr.ffi.Pointer datum_h3_cell_to_local_ij(jnr.ffi.Pointer origin_d, jnr.ffi.Pointer cell_d)
    • datum_h3_local_ij_to_cell

      jnr.ffi.Pointer datum_h3_local_ij_to_cell(jnr.ffi.Pointer origin_d, jnr.ffi.Pointer coord_d)
    • datum_h3_latlng_to_cell

      jnr.ffi.Pointer datum_h3_latlng_to_cell(jnr.ffi.Pointer point_d, jnr.ffi.Pointer res_d)
    • datum_h3_cell_to_latlng

      jnr.ffi.Pointer datum_h3_cell_to_latlng(jnr.ffi.Pointer d)
    • datum_h3_cell_to_boundary

      jnr.ffi.Pointer datum_h3_cell_to_boundary(jnr.ffi.Pointer d)
    • datum_h3_cell_area

      jnr.ffi.Pointer datum_h3_cell_area(jnr.ffi.Pointer cell_d, jnr.ffi.Pointer unit_d)
    • datum_h3_edge_length

      jnr.ffi.Pointer datum_h3_edge_length(jnr.ffi.Pointer edge_d, jnr.ffi.Pointer unit_d)
    • datum_h3_great_circle_distance

      jnr.ffi.Pointer datum_h3_great_circle_distance(jnr.ffi.Pointer a_d, jnr.ffi.Pointer b_d, jnr.ffi.Pointer unit_d)
    • char_hash

      int char_hash(String c)
    • char_hash_extended

      long char_hash_extended(String c, long seed)
    • float4_hash

      int float4_hash(jnr.ffi.Pointer num)
    • float4_hash_extended

      long float4_hash_extended(jnr.ffi.Pointer num, long seed)
    • float8_hash

      int float8_hash(double num)
    • float8_hash_extended

      long float8_hash_extended(double num, long seed)
    • text_hash

      int text_hash(jnr.ffi.Pointer num, int collid)
    • text_hash_extended

      long text_hash_extended(jnr.ffi.Pointer txt, long seed, int collid)
    • bool_eq

      byte bool_eq(boolean arg1, boolean arg2)
    • bool_ge

      byte bool_ge(boolean arg1, boolean arg2)
    • bool_gt

      byte bool_gt(boolean arg1, boolean arg2)
    • bool_hash

      int bool_hash(boolean arg)
    • bool_hash_extended

      long bool_hash_extended(boolean arg, long seed)
    • bool_in

      byte bool_in(String str)
    • bool_le

      byte bool_le(boolean arg1, boolean arg2)
    • bool_lt

      byte bool_lt(boolean arg1, boolean arg2)
    • bool_ne

      byte bool_ne(boolean arg1, boolean arg2)
    • bool_out

      jnr.ffi.Pointer bool_out(boolean b)
    • bool_to_text

      jnr.ffi.Pointer bool_to_text(boolean b)
    • numeric_copy

      jnr.ffi.Pointer numeric_copy(jnr.ffi.Pointer num)
    • pg_numeric_in

      jnr.ffi.Pointer pg_numeric_in(String str, int typmod)
    • pg_numeric_out

      jnr.ffi.Pointer pg_numeric_out(jnr.ffi.Pointer num)
    • pg_numeric_typmodin

      int pg_numeric_typmodin(jnr.ffi.Pointer tl, int n)
    • pg_numeric_typmodout

      jnr.ffi.Pointer pg_numeric_typmodout(int typmod)
    • pg_numeric

      jnr.ffi.Pointer pg_numeric(jnr.ffi.Pointer num, int typmod)
    • pg_numeric_abs

      jnr.ffi.Pointer pg_numeric_abs(jnr.ffi.Pointer num)
    • pg_numeric_uplus

      jnr.ffi.Pointer pg_numeric_uplus(jnr.ffi.Pointer num)
    • pg_numeric_uminus

      jnr.ffi.Pointer pg_numeric_uminus(jnr.ffi.Pointer num)
    • pg_numeric_sign

      jnr.ffi.Pointer pg_numeric_sign(jnr.ffi.Pointer num)
    • pg_numeric_round

      jnr.ffi.Pointer pg_numeric_round(jnr.ffi.Pointer num, int scale)
    • pg_numeric_trunc

      jnr.ffi.Pointer pg_numeric_trunc(jnr.ffi.Pointer num, int scale)
    • pg_numeric_ceil

      jnr.ffi.Pointer pg_numeric_ceil(jnr.ffi.Pointer num)
    • pg_numeric_floor

      jnr.ffi.Pointer pg_numeric_floor(jnr.ffi.Pointer num)
    • numeric_width_bucket

      int numeric_width_bucket(jnr.ffi.Pointer operand, jnr.ffi.Pointer bound1, jnr.ffi.Pointer bound2, int count)
    • pg_numeric_cmp

      int pg_numeric_cmp(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_eq

      byte pg_numeric_eq(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_ne

      byte pg_numeric_ne(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_gt

      byte pg_numeric_gt(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_ge

      byte pg_numeric_ge(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_lt

      byte pg_numeric_lt(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_le

      byte pg_numeric_le(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • numeric_hash

      int numeric_hash(jnr.ffi.Pointer key)
    • numeric_hash_extended

      long numeric_hash_extended(jnr.ffi.Pointer key, long seed)
    • pg_numeric_add

      jnr.ffi.Pointer pg_numeric_add(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_sub

      jnr.ffi.Pointer pg_numeric_sub(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_mul

      jnr.ffi.Pointer pg_numeric_mul(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_div

      jnr.ffi.Pointer pg_numeric_div(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_div_trunc

      jnr.ffi.Pointer pg_numeric_div_trunc(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_mod

      jnr.ffi.Pointer pg_numeric_mod(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_inc

      jnr.ffi.Pointer pg_numeric_inc(jnr.ffi.Pointer num)
    • pg_numeric_smaller

      jnr.ffi.Pointer pg_numeric_smaller(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_larger

      jnr.ffi.Pointer pg_numeric_larger(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_gcd

      jnr.ffi.Pointer pg_numeric_gcd(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_lcm

      jnr.ffi.Pointer pg_numeric_lcm(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_fac

      jnr.ffi.Pointer pg_numeric_fac(long num)
    • pg_numeric_sqrt

      jnr.ffi.Pointer pg_numeric_sqrt(jnr.ffi.Pointer num)
    • pg_numeric_exp

      jnr.ffi.Pointer pg_numeric_exp(jnr.ffi.Pointer num)
    • pg_numeric_ln

      jnr.ffi.Pointer pg_numeric_ln(jnr.ffi.Pointer num)
    • pg_numeric_log

      jnr.ffi.Pointer pg_numeric_log(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • numeric_pow

      jnr.ffi.Pointer numeric_pow(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • pg_numeric_scale

      int pg_numeric_scale(jnr.ffi.Pointer num)
    • pg_numeric_min_scale

      int pg_numeric_min_scale(jnr.ffi.Pointer num)
    • pg_numeric_trim_scale

      jnr.ffi.Pointer pg_numeric_trim_scale(jnr.ffi.Pointer num)
    • int32_to_numeric

      jnr.ffi.Pointer int32_to_numeric(int num)
    • numeric_to_int32

      int numeric_to_int32(jnr.ffi.Pointer num)
    • int64_to_numeric

      jnr.ffi.Pointer int64_to_numeric(long num)
    • numeric_to_int64

      long numeric_to_int64(jnr.ffi.Pointer num)
    • int16_to_numeric

      jnr.ffi.Pointer int16_to_numeric(short num)
    • numeric_to_int16

      short numeric_to_int16(jnr.ffi.Pointer num)
    • numeric_to_float4

      jnr.ffi.Pointer numeric_to_float4(jnr.ffi.Pointer num)
    • numeric_to_float8

      double numeric_to_float8(jnr.ffi.Pointer num)
    • float4_to_numeric

      jnr.ffi.Pointer float4_to_numeric(jnr.ffi.Pointer num)
    • float8_to_numeric

      jnr.ffi.Pointer float8_to_numeric(double num)
    • add_float4_float4

      jnr.ffi.Pointer add_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • add_float4_float8

      double add_float4_float8(jnr.ffi.Pointer num1, double num2)
    • add_float8_float4

      double add_float8_float4(double num1, jnr.ffi.Pointer num2)
    • add_float8_float8

      double add_float8_float8(double num1, double num2)
    • div_float4_float4

      jnr.ffi.Pointer div_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • div_float4_float8

      double div_float4_float8(jnr.ffi.Pointer num1, double num2)
    • div_float8_float4

      double div_float8_float4(double num1, jnr.ffi.Pointer num2)
    • div_float8_float8

      double div_float8_float8(double num1, double num2)
    • eq_float4_float4

      byte eq_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • eq_float4_float8

      byte eq_float4_float8(jnr.ffi.Pointer num1, double num2)
    • eq_float8_float4

      byte eq_float8_float4(double num1, jnr.ffi.Pointer num2)
    • eq_float8_float8

      byte eq_float8_float8(double num1, double num2)
    • float4_abs

      jnr.ffi.Pointer float4_abs(jnr.ffi.Pointer num)
    • float4_in

      jnr.ffi.Pointer float4_in(String num)
    • float4_larger

      jnr.ffi.Pointer float4_larger(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • float4_out

      jnr.ffi.Pointer float4_out(jnr.ffi.Pointer num)
    • float4_smaller

      jnr.ffi.Pointer float4_smaller(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • float4_to_float8

      double float4_to_float8(jnr.ffi.Pointer num)
    • float4_to_int16

      short float4_to_int16(jnr.ffi.Pointer num)
    • float4_to_int32

      int float4_to_int32(jnr.ffi.Pointer num)
    • float4_um

      jnr.ffi.Pointer float4_um(jnr.ffi.Pointer num)
    • float4_up

      jnr.ffi.Pointer float4_up(jnr.ffi.Pointer num)
    • float8_abs

      double float8_abs(double num)
    • float8_acos

      double float8_acos(double num)
    • float8_acosd

      double float8_acosd(double num)
    • float8_acosh

      double float8_acosh(double num)
    • float8_asin

      double float8_asin(double num)
    • float8_asind

      double float8_asind(double num)
    • float8_asinh

      double float8_asinh(double num)
    • float8_atan

      double float8_atan(double num)
    • float8_atan2

      double float8_atan2(double num1, double num2)
    • float8_atan2d

      double float8_atan2d(double num1, double num2)
    • float8_atand

      double float8_atand(double num)
    • float8_atanh

      double float8_atanh(double num)
    • float8_cbrt

      double float8_cbrt(double num)
    • float8_ceil

      double float8_ceil(double num)
    • float8_cos

      double float8_cos(double num)
    • float8_cosd

      double float8_cosd(double num)
    • float8_cosh

      double float8_cosh(double num)
    • float8_cot

      double float8_cot(double num)
    • float8_cotd

      double float8_cotd(double num)
    • float8_degrees

      double float8_degrees(double num)
    • float8_exp

      double float8_exp(double num)
    • float8_floor

      double float8_floor(double num)
    • float8_gamma

      double float8_gamma(double num)
    • float8_in

      double float8_in(String str)
    • float8_larger

      double float8_larger(double num1, double num2)
    • meos_strtod

      double meos_strtod(String str, jnr.ffi.Pointer endptr)
    • float8_lgamma

      double float8_lgamma(double num)
    • float8_ln

      double float8_ln(double num)
    • float8_log10

      double float8_log10(double num)
    • float8_out

      jnr.ffi.Pointer float8_out(double num, int maxdd)
    • float8_pi

      double float8_pi()
    • float8_pow

      double float8_pow(double num1, double num2)
    • float8_radians

      double float8_radians(double num)
    • float8_rint

      double float8_rint(double num)
    • float8_round

      double float8_round(double num, int maxdd)
    • float8_sign

      double float8_sign(double num)
    • float8_sin

      double float8_sin(double num)
    • float8_sind

      double float8_sind(double num)
    • float8_sinh

      double float8_sinh(double num)
    • float8_smaller

      double float8_smaller(double num1, double num2)
    • float8_sqrt

      double float8_sqrt(double num)
    • float8_tan

      double float8_tan(double num)
    • float8_tand

      double float8_tand(double num)
    • float8_tanh

      double float8_tanh(double num)
    • float8_to_float4

      jnr.ffi.Pointer float8_to_float4(double num)
    • float8_to_int16

      short float8_to_int16(double num)
    • float8_to_int32

      int float8_to_int32(double num)
    • float8_trunc

      double float8_trunc(double num)
    • float8_um

      double float8_um(double num)
    • float8_up

      double float8_up(double num)
    • float8_width_bucket

      int float8_width_bucket(double num, double bound1, double bound2, int count)
    • ge_float4_float4

      byte ge_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • ge_float4_float8

      byte ge_float4_float8(jnr.ffi.Pointer num1, double num2)
    • ge_float8_float4

      byte ge_float8_float4(double num1, jnr.ffi.Pointer num2)
    • ge_float8_float8

      byte ge_float8_float8(double num1, double num2)
    • gt_float4_float4

      byte gt_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • gt_float4_float8

      byte gt_float4_float8(jnr.ffi.Pointer num1, double num2)
    • gt_float8_float4

      byte gt_float8_float4(double num1, jnr.ffi.Pointer num2)
    • gt_float8_float8

      byte gt_float8_float8(double num1, double num2)
    • int16_to_float4

      jnr.ffi.Pointer int16_to_float4(short num)
    • int16_to_float8

      double int16_to_float8(short num)
    • int32_to_float4

      jnr.ffi.Pointer int32_to_float4(int num)
    • int32_to_float8

      double int32_to_float8(int num)
    • le_float4_float4

      byte le_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • le_float4_float8

      byte le_float4_float8(jnr.ffi.Pointer num1, double num2)
    • le_float8_float4

      byte le_float8_float4(double num1, jnr.ffi.Pointer num2)
    • le_float8_float8

      byte le_float8_float8(double num1, double num2)
    • lt_float4_float4

      byte lt_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • lt_float4_float8

      byte lt_float4_float8(jnr.ffi.Pointer num1, double num2)
    • lt_float8_float4

      byte lt_float8_float4(double num1, jnr.ffi.Pointer num2)
    • lt_float8_float8

      byte lt_float8_float8(double num1, double num2)
    • minus_float4_float4

      jnr.ffi.Pointer minus_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • minus_float4_float8

      double minus_float4_float8(jnr.ffi.Pointer num1, double num2)
    • minus_float8_float4

      double minus_float8_float4(double num1, jnr.ffi.Pointer num2)
    • minus_float8_float8

      double minus_float8_float8(double num1, double num2)
    • mul_float4_float4

      jnr.ffi.Pointer mul_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • mul_float4_float8

      double mul_float4_float8(jnr.ffi.Pointer num1, double num2)
    • mul_float8_float4

      double mul_float8_float4(double num1, jnr.ffi.Pointer num2)
    • mul_float8_float8

      double mul_float8_float8(double num1, double num2)
    • ne_float4_float4

      byte ne_float4_float4(jnr.ffi.Pointer num1, jnr.ffi.Pointer num2)
    • ne_float4_float8

      byte ne_float4_float8(jnr.ffi.Pointer num1, double num2)
    • ne_float8_float4

      byte ne_float8_float4(double num1, jnr.ffi.Pointer num2)
    • ne_float8_float8

      byte ne_float8_float8(double num1, double num2)
    • pg_float4_cmp

      int pg_float4_cmp(jnr.ffi.Pointer a, jnr.ffi.Pointer b)
    • pg_float8_cmp

      int pg_float8_cmp(double a, double b)
    • pg_cstring_to_text

      jnr.ffi.Pointer pg_cstring_to_text(String str)
    • cstring_to_text

      jnr.ffi.Pointer cstring_to_text(String str)
    • int32_to_bin

      jnr.ffi.Pointer int32_to_bin(int num)
    • int32_to_hex

      jnr.ffi.Pointer int32_to_hex(int num)
    • int32_to_oct

      jnr.ffi.Pointer int32_to_oct(int num)
    • int64_to_bin

      jnr.ffi.Pointer int64_to_bin(long num)
    • int64_to_hex

      jnr.ffi.Pointer int64_to_hex(long num)
    • int64_to_oct

      jnr.ffi.Pointer int64_to_oct(long num)
    • pg_icu_unicode_version

      jnr.ffi.Pointer pg_icu_unicode_version()
    • pg_text_concat

      jnr.ffi.Pointer pg_text_concat(jnr.ffi.Pointer textarr, int count)
    • pg_text_concat_ws

      jnr.ffi.Pointer pg_text_concat_ws(jnr.ffi.Pointer textarr, int count, jnr.ffi.Pointer sep)
    • pg_text_ge

      byte pg_text_ge(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_gt

      byte pg_text_gt(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_larger

      jnr.ffi.Pointer pg_text_larger(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_le

      byte pg_text_le(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_left

      jnr.ffi.Pointer pg_text_left(jnr.ffi.Pointer txt, int n)
    • pg_text_lt

      byte pg_text_lt(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_pattern_ge

      byte pg_text_pattern_ge(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_pattern_gt

      byte pg_text_pattern_gt(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_pattern_le

      byte pg_text_pattern_le(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_pattern_lt

      byte pg_text_pattern_lt(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_reverse

      jnr.ffi.Pointer pg_text_reverse(jnr.ffi.Pointer txt)
    • pg_text_right

      jnr.ffi.Pointer pg_text_right(jnr.ffi.Pointer txt, int n)
    • pg_text_smaller

      jnr.ffi.Pointer pg_text_smaller(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_starts_with

      byte pg_text_starts_with(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • pg_text_substr

      jnr.ffi.Pointer pg_text_substr(jnr.ffi.Pointer txt, int start, int length)
    • pg_text_substr_no_len

      jnr.ffi.Pointer pg_text_substr_no_len(jnr.ffi.Pointer txt, int start)
    • pg_unicode_assigned

      byte pg_unicode_assigned(jnr.ffi.Pointer txt)
    • pg_unicode_is_normalized

      byte pg_unicode_is_normalized(jnr.ffi.Pointer txt, jnr.ffi.Pointer fmt)
    • pg_unicode_normalize_func

      jnr.ffi.Pointer pg_unicode_normalize_func(jnr.ffi.Pointer txt, jnr.ffi.Pointer fmt)
    • pg_unicode_version

      jnr.ffi.Pointer pg_unicode_version()
    • pg_unistr

      jnr.ffi.Pointer pg_unistr(jnr.ffi.Pointer txt)
    • pg_text_to_cstring

      jnr.ffi.Pointer pg_text_to_cstring(jnr.ffi.Pointer txt)
    • text_to_cstring

      jnr.ffi.Pointer text_to_cstring(jnr.ffi.Pointer txt)
    • text_cat

      jnr.ffi.Pointer text_cat(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • text_cmp

      int text_cmp(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2, int collid)
    • text_copy

      jnr.ffi.Pointer text_copy(jnr.ffi.Pointer txt)
    • text_eq

      byte text_eq(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • text_in

      jnr.ffi.Pointer text_in(String str)
    • text_initcap

      jnr.ffi.Pointer text_initcap(jnr.ffi.Pointer txt)
    • text_len

      int text_len(jnr.ffi.Pointer txt)
    • text_lower

      jnr.ffi.Pointer text_lower(jnr.ffi.Pointer txt)
    • text_ne

      byte text_ne(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • text_octetlen

      int text_octetlen(jnr.ffi.Pointer txt)
    • text_out

      jnr.ffi.Pointer text_out(jnr.ffi.Pointer txt)
    • text_overlay

      jnr.ffi.Pointer text_overlay(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2, int from, int count)
    • text_overlay_no_len

      jnr.ffi.Pointer text_overlay_no_len(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2, int from)
    • text_pos

      int text_pos(jnr.ffi.Pointer txt, jnr.ffi.Pointer search)
    • text_upper

      jnr.ffi.Pointer text_upper(jnr.ffi.Pointer txt)
    • textcat_text_text

      jnr.ffi.Pointer textcat_text_text(jnr.ffi.Pointer txt1, jnr.ffi.Pointer txt2)
    • bytea_copy

      jnr.ffi.Pointer bytea_copy(jnr.ffi.Pointer ba)
    • add_date_int

      int add_date_int(int date, int days)
    • add_date_interval

      int add_date_interval(int date, jnr.ffi.Pointer interv)
    • cmp_date_timestamp

      int cmp_date_timestamp(int date, long ts2)
    • cmp_date_date

      int cmp_date_date(int date1, int date2)
    • cmp_date_timestamptz

      int cmp_date_timestamptz(int date, long ts2)
    • cmp_timestamp_date

      int cmp_timestamp_date(long ts1, int date)
    • cmp_timestamptz_date

      int cmp_timestamptz_date(long ts1, int date)
    • date_extract

      jnr.ffi.Pointer date_extract(int date, jnr.ffi.Pointer units)
    • date_hash

      int date_hash(int date)
    • date_hash_extended

      long date_hash_extended(int date, long seed)
    • date_is_finite

      byte date_is_finite(int date)
    • date_time_to_timestamp

      long date_time_to_timestamp(int date, jnr.ffi.Pointer time)
    • date_to_timestamp

      long date_to_timestamp(int date)
    • date_to_timestamptz

      long date_to_timestamptz(int date)
    • eq_date_date

      byte eq_date_date(int date1, int date2)
    • eq_date_timestamp

      byte eq_date_timestamp(int date, long ts2)
    • eq_date_timestamptz

      byte eq_date_timestamptz(int date, long ts2)
    • eq_timestamp_date

      byte eq_timestamp_date(long ts1, int date)
    • eq_timestamptz_date

      byte eq_timestamptz_date(long ts1, int date)
    • ge_date_date

      byte ge_date_date(int date1, int date2)
    • ge_date_timestamp

      byte ge_date_timestamp(int date, long ts)
    • ge_date_timestamptz

      byte ge_date_timestamptz(int date, long ts2)
    • ge_timestamp_date

      byte ge_timestamp_date(long ts1, int date)
    • ge_timestamptz_date

      byte ge_timestamptz_date(long ts1, int date)
    • gt_date_date

      byte gt_date_date(int date1, int date2)
    • gt_date_timestamp

      byte gt_date_timestamp(int date, long ts)
    • gt_date_timestamptz

      byte gt_date_timestamptz(int date, long ts2)
    • gt_timestamp_date

      byte gt_timestamp_date(long ts1, int date)
    • gt_timestamptz_date

      byte gt_timestamptz_date(long ts1, int date)
    • le_date_date

      byte le_date_date(int date1, int date2)
    • le_date_timestamp

      byte le_date_timestamp(int date, long ts)
    • le_date_timestamptz

      byte le_date_timestamptz(int date, long ts2)
    • le_timestamp_date

      byte le_timestamp_date(long ts1, int date)
    • le_timestamptz_date

      byte le_timestamptz_date(long ts1, int date)
    • lt_date_date

      byte lt_date_date(int date1, int date2)
    • lt_date_timestamp

      byte lt_date_timestamp(int date, long ts)
    • lt_date_timestamptz

      byte lt_date_timestamptz(int date, long ts2)
    • lt_timestamp_date

      byte lt_timestamp_date(long ts1, int date)
    • lt_timestamptz_date

      byte lt_timestamptz_date(long ts1, int date)
    • minus_date_date

      int minus_date_date(int date1, int date2)
    • minus_date_int

      int minus_date_int(int date, int days)
    • minus_date_interval

      int minus_date_interval(int date, jnr.ffi.Pointer span)
    • ne_date_date

      byte ne_date_date(int date1, int date2)
    • ne_date_timestamp

      byte ne_date_timestamp(int date, long ts)
    • ne_date_timestamptz

      byte ne_date_timestamptz(int date, long ts2)
    • ne_timestamp_date

      byte ne_timestamp_date(long ts1, int date)
    • ne_timestamptz_date

      byte ne_timestamptz_date(long ts1, int date)
    • pg_date_in

      int pg_date_in(String str)
    • pg_date_larger

      int pg_date_larger(int date1, int date2)
    • pg_date_make

      int pg_date_make(int year, int mon, int mday)
    • pg_date_smaller

      int pg_date_smaller(int date1, int date2)
    • pg_date_out

      jnr.ffi.Pointer pg_date_out(int date)
    • time_overlaps

      byte time_overlaps(jnr.ffi.Pointer ts1, jnr.ffi.Pointer te1, jnr.ffi.Pointer ts2, jnr.ffi.Pointer te2)
    • timestamp_to_date

      int timestamp_to_date(long timestamp)
    • timestamptz_to_date

      int timestamptz_to_date(long timestamp)
    • date_timetz_to_timestamptz

      long date_timetz_to_timestamptz(int date, jnr.ffi.Pointer timetz)
    • interval_to_time

      jnr.ffi.Pointer interval_to_time(jnr.ffi.Pointer interv)
    • minus_time_interval

      jnr.ffi.Pointer minus_time_interval(jnr.ffi.Pointer time, jnr.ffi.Pointer interv)
    • minus_time_time

      jnr.ffi.Pointer minus_time_time(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • minus_timetz_interval

      jnr.ffi.Pointer minus_timetz_interval(jnr.ffi.Pointer timetz, jnr.ffi.Pointer interv)
    • pg_time_cmp

      int pg_time_cmp(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_eq

      byte pg_time_eq(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_ge

      byte pg_time_ge(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_gt

      byte pg_time_gt(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_hash

      int pg_time_hash(jnr.ffi.Pointer time)
    • pg_time_hash_extended

      long pg_time_hash_extended(jnr.ffi.Pointer time, int seed)
    • pg_time_in

      jnr.ffi.Pointer pg_time_in(String str, int typmod)
    • pg_time_larger

      jnr.ffi.Pointer pg_time_larger(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_le

      byte pg_time_le(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_lt

      byte pg_time_lt(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_ne

      byte pg_time_ne(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_time_out

      jnr.ffi.Pointer pg_time_out(jnr.ffi.Pointer time)
    • pg_time_part

      double pg_time_part(jnr.ffi.Pointer time, jnr.ffi.Pointer units)
    • pg_time_scale

      jnr.ffi.Pointer pg_time_scale(jnr.ffi.Pointer date, int typmod)
    • pg_time_smaller

      jnr.ffi.Pointer pg_time_smaller(jnr.ffi.Pointer time1, jnr.ffi.Pointer time2)
    • pg_timetz_at_local

      jnr.ffi.Pointer pg_timetz_at_local(jnr.ffi.Pointer timetz)
    • pg_timetz_cmp

      int pg_timetz_cmp(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_eq

      byte pg_timetz_eq(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_ge

      byte pg_timetz_ge(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_gt

      byte pg_timetz_gt(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_hash

      int pg_timetz_hash(jnr.ffi.Pointer timetz)
    • pg_timetz_hash_extended

      long pg_timetz_hash_extended(jnr.ffi.Pointer timetz, long seed)
    • pg_timetz_in

      jnr.ffi.Pointer pg_timetz_in(String str, int typmod)
    • pg_timetz_izone

      jnr.ffi.Pointer pg_timetz_izone(jnr.ffi.Pointer timetz, jnr.ffi.Pointer zone)
    • pg_timetz_le

      byte pg_timetz_le(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_lt

      byte pg_timetz_lt(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_ne

      byte pg_timetz_ne(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_out

      jnr.ffi.Pointer pg_timetz_out(jnr.ffi.Pointer timetz)
    • pg_timetz_larger

      jnr.ffi.Pointer pg_timetz_larger(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_part

      double pg_timetz_part(jnr.ffi.Pointer timetz, jnr.ffi.Pointer units)
    • pg_timetz_scale

      jnr.ffi.Pointer pg_timetz_scale(jnr.ffi.Pointer timetz, int typmod)
    • pg_timetz_smaller

      jnr.ffi.Pointer pg_timetz_smaller(jnr.ffi.Pointer timetz1, jnr.ffi.Pointer timetz2)
    • pg_timetz_zone

      jnr.ffi.Pointer pg_timetz_zone(jnr.ffi.Pointer timetz, jnr.ffi.Pointer zone)
    • plus_time_interval

      jnr.ffi.Pointer plus_time_interval(jnr.ffi.Pointer time, jnr.ffi.Pointer interv)
    • plus_timetz_interval

      jnr.ffi.Pointer plus_timetz_interval(jnr.ffi.Pointer timetz, jnr.ffi.Pointer interv)
    • time_extract

      jnr.ffi.Pointer time_extract(jnr.ffi.Pointer time, jnr.ffi.Pointer units)
    • time_make

      jnr.ffi.Pointer time_make(int tm_hour, int tm_min, double sec)
    • time_to_interval

      jnr.ffi.Pointer time_to_interval(jnr.ffi.Pointer time)
    • time_to_timetz

      jnr.ffi.Pointer time_to_timetz(jnr.ffi.Pointer time)
    • timestamp_to_time

      jnr.ffi.Pointer timestamp_to_time(long ts)
    • timestamptz_to_time

      jnr.ffi.Pointer timestamptz_to_time(long tztz)
    • timestamptz_to_timetz

      jnr.ffi.Pointer timestamptz_to_timetz(long tztz)
    • timetz_overlaps

      byte timetz_overlaps(jnr.ffi.Pointer ts1, jnr.ffi.Pointer te1, jnr.ffi.Pointer ts2, jnr.ffi.Pointer te2)
    • timetz_to_time

      jnr.ffi.Pointer timetz_to_time(jnr.ffi.Pointer timetz)
    • timetz_extract

      jnr.ffi.Pointer timetz_extract(jnr.ffi.Pointer timetz, jnr.ffi.Pointer units)
    • add_timestamp_interval

      long add_timestamp_interval(long ts, jnr.ffi.Pointer interv)
    • add_timestamptz_interval

      long add_timestamptz_interval(long tstz, jnr.ffi.Pointer interv)
    • add_timestamptz_interval_at_zone

      long add_timestamptz_interval_at_zone(long tstz, jnr.ffi.Pointer interv, jnr.ffi.Pointer zone)
    • cmp_timestamp_timestamp

      int cmp_timestamp_timestamp(long ts1, long ts2)
    • cmp_timestamp_timestamptz

      int cmp_timestamp_timestamptz(long ts, long tstz)
    • cmp_timestamptz_timestamp

      int cmp_timestamptz_timestamp(long tstz, long ts)
    • eq_timestamp_timestamp

      byte eq_timestamp_timestamp(long ts1, long ts2)
    • eq_timestamp_timestamptz

      byte eq_timestamp_timestamptz(long ts, long tstz)
    • eq_timestamptz_timestamp

      byte eq_timestamptz_timestamp(long tstz, long ts)
    • float8_to_timestamptz

      long float8_to_timestamptz(double seconds)
    • gt_timestamp_timestamp

      byte gt_timestamp_timestamp(long ts1, long ts2)
    • gt_timestamp_timestamptz

      byte gt_timestamp_timestamptz(long ts, long tstz)
    • gt_timestamptz_timestamp

      byte gt_timestamptz_timestamp(long tstz, long ts)
    • ge_timestamp_timestamp

      byte ge_timestamp_timestamp(long ts1, long ts2)
    • ge_timestamp_timestamptz

      byte ge_timestamp_timestamptz(long ts, long tstz)
    • ge_timestamptz_timestamp

      byte ge_timestamptz_timestamp(long tstz, long ts)
    • le_timestamp_timestamp

      byte le_timestamp_timestamp(long ts1, long ts2)
    • le_timestamp_timestamptz

      byte le_timestamp_timestamptz(long ts, long tstz)
    • le_timestamptz_timestamp

      byte le_timestamptz_timestamp(long tstz, long ts)
    • lt_timestamp_timestamp

      byte lt_timestamp_timestamp(long ts1, long ts2)
    • lt_timestamp_timestamptz

      byte lt_timestamp_timestamptz(long ts, long tstz)
    • lt_timestamptz_timestamp

      byte lt_timestamptz_timestamp(long tstz, long ts)
    • minus_timestamp_interval

      long minus_timestamp_interval(long ts, jnr.ffi.Pointer interv)
    • minus_timestamp_timestamp

      jnr.ffi.Pointer minus_timestamp_timestamp(long ts1, long ts2)
    • minus_timestamptz_interval

      long minus_timestamptz_interval(long tstz, jnr.ffi.Pointer interv)
    • minus_timestamptz_interval_at_zone

      long minus_timestamptz_interval_at_zone(long tstz, jnr.ffi.Pointer interv, jnr.ffi.Pointer zone)
    • minus_timestamptz_timestamptz

      jnr.ffi.Pointer minus_timestamptz_timestamptz(long tstz1, long tstz2)
    • ne_timestamp_timestamp

      byte ne_timestamp_timestamp(long ts1, long ts2)
    • ne_timestamp_timestamptz

      byte ne_timestamp_timestamptz(long ts, long tstz)
    • ne_timestamptz_timestamp

      byte ne_timestamptz_timestamp(long tstz, long ts)
    • pg_interval_justify_days

      jnr.ffi.Pointer pg_interval_justify_days(jnr.ffi.Pointer interv)
    • pg_interval_justify_hours

      jnr.ffi.Pointer pg_interval_justify_hours(jnr.ffi.Pointer interv)
    • pg_interval_justify_interval

      jnr.ffi.Pointer pg_interval_justify_interval(jnr.ffi.Pointer interv)
    • pg_timestamp_age

      jnr.ffi.Pointer pg_timestamp_age(long ts1, long ts2)
    • pg_timestamp_at_local

      long pg_timestamp_at_local(long ts)
    • pg_timestamp_bin

      long pg_timestamp_bin(long ts, jnr.ffi.Pointer stride, long origin)
    • pg_timestamp_hash

      int pg_timestamp_hash(long ts)
    • pg_timestamp_hash_extended

      long pg_timestamp_hash_extended(long tstz, long seed)
    • pg_timestamp_in

      long pg_timestamp_in(String str, int typmod)
    • pg_timestamp_izone

      long pg_timestamp_izone(long ts, jnr.ffi.Pointer zone)
    • time_of_day

      jnr.ffi.Pointer time_of_day()
    • pg_timestamp_larger

      long pg_timestamp_larger(long ts1, long ts2)
    • pg_timestamp_out

      jnr.ffi.Pointer pg_timestamp_out(long ts)
    • pg_timestamp_part

      double pg_timestamp_part(long ts, jnr.ffi.Pointer units)
    • pg_timestamp_scale

      long pg_timestamp_scale(long ts, int typmod)
    • pg_timestamp_smaller

      long pg_timestamp_smaller(long ts1, long ts2)
    • pg_timestamp_trunc

      long pg_timestamp_trunc(long ts, jnr.ffi.Pointer units)
    • pg_timestamp_zone

      long pg_timestamp_zone(long ts, jnr.ffi.Pointer zone)
    • pg_timestamptz_age

      jnr.ffi.Pointer pg_timestamptz_age(long tstz1, long tstz2)
    • pg_timestamptz_bin

      long pg_timestamptz_bin(long tstz, jnr.ffi.Pointer stride, long origin)
    • pg_timestamptz_hash

      int pg_timestamptz_hash(long tstz)
    • pg_timestamptz_hash_extended

      long pg_timestamptz_hash_extended(long tstz, long seed)
    • pg_timestamptz_in

      long pg_timestamptz_in(String str, int typmod)
    • pg_timestamptz_izone

      long pg_timestamptz_izone(long tstz, jnr.ffi.Pointer zone)
    • pg_timestamptz_out

      jnr.ffi.Pointer pg_timestamptz_out(long tstz)
    • pg_timestamptz_part

      double pg_timestamptz_part(long tstz, jnr.ffi.Pointer units)
    • pg_timestamptz_scale

      long pg_timestamptz_scale(long tstz, int typmod)
    • pg_timestamptz_trunc

      long pg_timestamptz_trunc(long tstz, jnr.ffi.Pointer units)
    • pg_timestamptz_trunc_zone

      long pg_timestamptz_trunc_zone(long tstz, jnr.ffi.Pointer units, jnr.ffi.Pointer zone)
    • pg_timestamptz_zone

      long pg_timestamptz_zone(long tstz, jnr.ffi.Pointer zone)
    • timestamp_extract

      jnr.ffi.Pointer timestamp_extract(long ts, jnr.ffi.Pointer units)
    • timestamp_is_finite

      byte timestamp_is_finite(long ts)
    • timestamp_make

      long timestamp_make(int year, int month, int mday, int hour, int min, double sec)
    • timestamp_overlaps

      byte timestamp_overlaps(long ts1, long te1, long ts2, long te2)
    • timestamp_to_timestamptz

      long timestamp_to_timestamptz(long ts)
    • timestamptz_at_local

      long timestamptz_at_local(long tstz)
    • pg_timestamptz_at_local

      long pg_timestamptz_at_local(long tstz)
    • timestamptz_extract

      jnr.ffi.Pointer timestamptz_extract(long tstz, jnr.ffi.Pointer units)
    • timestamptz_make

      long timestamptz_make(int year, int month, int day, int hour, int min, double sec)
    • timestamptz_make_at_timezone

      long timestamptz_make_at_timezone(int year, int month, int day, int hour, int min, double sec, jnr.ffi.Pointer zone)
    • timestamptz_shift

      long timestamptz_shift(long tstz, jnr.ffi.Pointer interv)
    • timestamptz_to_timestamp

      long timestamptz_to_timestamp(long tstz)
    • pg_interval_cmp

      int pg_interval_cmp(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_eq

      byte pg_interval_eq(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_ge

      byte pg_interval_ge(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_gt

      byte pg_interval_gt(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_hash

      int pg_interval_hash(jnr.ffi.Pointer interv)
    • pg_interval_hash_extended

      long pg_interval_hash_extended(jnr.ffi.Pointer interv, long seed)
    • pg_interval_in

      jnr.ffi.Pointer pg_interval_in(String str, int typmod)
    • pg_interval_larger

      jnr.ffi.Pointer pg_interval_larger(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_le

      byte pg_interval_le(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_lt

      byte pg_interval_lt(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_ne

      byte pg_interval_ne(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_out

      jnr.ffi.Pointer pg_interval_out(jnr.ffi.Pointer interv)
    • pg_interval_part

      double pg_interval_part(jnr.ffi.Pointer interv, jnr.ffi.Pointer units)
    • pg_interval_scale

      jnr.ffi.Pointer pg_interval_scale(jnr.ffi.Pointer interv, int typmod)
    • pg_interval_smaller

      jnr.ffi.Pointer pg_interval_smaller(jnr.ffi.Pointer interv1, jnr.ffi.Pointer interv2)
    • pg_interval_trunc

      jnr.ffi.Pointer pg_interval_trunc(jnr.ffi.Pointer interv, jnr.ffi.Pointer units)
    • pg_json_in

      jnr.ffi.Pointer pg_json_in(String str)
    • pg_json_out

      jnr.ffi.Pointer pg_json_out(jnr.ffi.Pointer js)
    • pg_jsonb_from_text

      jnr.ffi.Pointer pg_jsonb_from_text(jnr.ffi.Pointer txt, boolean unique_keys)
    • pg_jsonb_to_text

      jnr.ffi.Pointer pg_jsonb_to_text(jnr.ffi.Pointer jb)
    • pg_jsonb_in

      jnr.ffi.Pointer pg_jsonb_in(String str)
    • pg_jsonb_out

      jnr.ffi.Pointer pg_jsonb_out(jnr.ffi.Pointer jb)
    • pg_json_make

      jnr.ffi.Pointer pg_json_make(jnr.ffi.Pointer keyvalarr, int count)
    • pg_json_make_two_arg

      jnr.ffi.Pointer pg_json_make_two_arg(jnr.ffi.Pointer keys, jnr.ffi.Pointer values, int count)
    • pg_jsonb_copy

      jnr.ffi.Pointer pg_jsonb_copy(jnr.ffi.Pointer jb)
    • pg_jsonb_make

      jnr.ffi.Pointer pg_jsonb_make(jnr.ffi.Pointer keys_vals, int count)
    • pg_jsonb_make_two_arg

      jnr.ffi.Pointer pg_jsonb_make_two_arg(jnr.ffi.Pointer keys, jnr.ffi.Pointer values, int count)
    • pg_json_array_elements

      jnr.ffi.Pointer pg_json_array_elements(jnr.ffi.Pointer js, jnr.ffi.Pointer count)
    • pg_json_array_elements_text

      jnr.ffi.Pointer pg_json_array_elements_text(jnr.ffi.Pointer js, jnr.ffi.Pointer count)
    • pg_json_array_length

      int pg_json_array_length(jnr.ffi.Pointer js)
    • pg_json_each

      jnr.ffi.Pointer pg_json_each(jnr.ffi.Pointer js, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • pg_json_each_text

      jnr.ffi.Pointer pg_json_each_text(jnr.ffi.Pointer js, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • pg_json_object_keys

      jnr.ffi.Pointer pg_json_object_keys(jnr.ffi.Pointer js, jnr.ffi.Pointer count)
    • pg_json_typeof

      jnr.ffi.Pointer pg_json_typeof(jnr.ffi.Pointer js)
    • pg_jsonb_array_elements

      jnr.ffi.Pointer pg_jsonb_array_elements(jnr.ffi.Pointer jb, jnr.ffi.Pointer count)
    • pg_jsonb_array_elements_text

      jnr.ffi.Pointer pg_jsonb_array_elements_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer count)
    • pg_jsonb_array_length

      int pg_jsonb_array_length(jnr.ffi.Pointer jb)
    • pg_jsonb_cmp

      int pg_jsonb_cmp(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_contained

      byte pg_jsonb_contained(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_contains

      byte pg_jsonb_contains(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_each

      jnr.ffi.Pointer pg_jsonb_each(jnr.ffi.Pointer jb, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • pg_jsonb_each_text

      jnr.ffi.Pointer pg_jsonb_each_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • pg_jsonb_eq

      byte pg_jsonb_eq(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_exists

      byte pg_jsonb_exists(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • pg_jsonb_exists_array

      byte pg_jsonb_exists_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys_elems, int keys_len, boolean any)
    • pg_jsonb_ge

      byte pg_jsonb_ge(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_gt

      byte pg_jsonb_gt(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_hash

      int pg_jsonb_hash(jnr.ffi.Pointer jb)
    • pg_jsonb_hash_extended

      long pg_jsonb_hash_extended(jnr.ffi.Pointer jb, long seed)
    • pg_jsonb_object_keys

      jnr.ffi.Pointer pg_jsonb_object_keys(jnr.ffi.Pointer jb, jnr.ffi.Pointer count)
    • pg_json_array_element

      jnr.ffi.Pointer pg_json_array_element(jnr.ffi.Pointer js, int element)
    • pg_json_array_element_text

      jnr.ffi.Pointer pg_json_array_element_text(jnr.ffi.Pointer js, int element)
    • pg_json_extract_path

      jnr.ffi.Pointer pg_json_extract_path(jnr.ffi.Pointer js, jnr.ffi.Pointer path_elems, int path_len)
    • pg_json_extract_path_text

      jnr.ffi.Pointer pg_json_extract_path_text(jnr.ffi.Pointer js, jnr.ffi.Pointer path_elems, int path_len)
    • pg_json_object_field

      jnr.ffi.Pointer pg_json_object_field(jnr.ffi.Pointer js, jnr.ffi.Pointer key)
    • pg_json_object_field_text

      jnr.ffi.Pointer pg_json_object_field_text(jnr.ffi.Pointer js, jnr.ffi.Pointer key)
    • pg_json_strip_nulls

      jnr.ffi.Pointer pg_json_strip_nulls(jnr.ffi.Pointer js, boolean strip_in_arrays)
    • pg_jsonb_array_element

      jnr.ffi.Pointer pg_jsonb_array_element(jnr.ffi.Pointer jb, int element)
    • pg_jsonb_array_element_text

      jnr.ffi.Pointer pg_jsonb_array_element_text(jnr.ffi.Pointer jb, int element)
    • pg_jsonb_concat

      jnr.ffi.Pointer pg_jsonb_concat(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_delete

      jnr.ffi.Pointer pg_jsonb_delete(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • pg_jsonb_delete_array

      jnr.ffi.Pointer pg_jsonb_delete_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys_elems, int keys_len)
    • pg_jsonb_delete_index

      jnr.ffi.Pointer pg_jsonb_delete_index(jnr.ffi.Pointer jb, int idx)
    • pg_jsonb_delete_path

      jnr.ffi.Pointer pg_jsonb_delete_path(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len)
    • pg_jsonb_extract_path

      jnr.ffi.Pointer pg_jsonb_extract_path(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len)
    • pg_jsonb_extract_path_text

      jnr.ffi.Pointer pg_jsonb_extract_path_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len)
    • pg_jsonb_insert

      jnr.ffi.Pointer pg_jsonb_insert(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean after)
    • pg_jsonb_object_field

      jnr.ffi.Pointer pg_jsonb_object_field(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • pg_jsonb_object_field_text

      jnr.ffi.Pointer pg_jsonb_object_field_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • pg_jsonb_pretty

      jnr.ffi.Pointer pg_jsonb_pretty(jnr.ffi.Pointer jb)
    • pg_jsonb_set

      jnr.ffi.Pointer pg_jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean create)
    • pg_jsonb_set_lax

      jnr.ffi.Pointer pg_jsonb_set_lax(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean create, jnr.ffi.Pointer handle_null)
    • pg_jsonb_strip_nulls

      jnr.ffi.Pointer pg_jsonb_strip_nulls(jnr.ffi.Pointer jb, boolean strip_in_arrays)
    • pg_jsonb_le

      byte pg_jsonb_le(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_lt

      byte pg_jsonb_lt(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonb_ne

      byte pg_jsonb_ne(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • pg_jsonpath_in

      jnr.ffi.Pointer pg_jsonpath_in(String str)
    • pg_jsonpath_out

      jnr.ffi.Pointer pg_jsonpath_out(jnr.ffi.Pointer jp)
    • pg_jsonpath_copy

      jnr.ffi.Pointer pg_jsonpath_copy(jnr.ffi.Pointer jp)
    • pg_jsonb_path_exists

      int pg_jsonb_path_exists(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • pg_jsonb_path_match

      byte pg_jsonb_path_match(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • pg_jsonb_path_query_array

      jnr.ffi.Pointer pg_jsonb_path_query_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • pg_jsonb_path_query_first

      jnr.ffi.Pointer pg_jsonb_path_query_first(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • pg_jsonb_path_query_all

      jnr.ffi.Pointer pg_jsonb_path_query_all(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz, jnr.ffi.Pointer count)
    • json_in

      jnr.ffi.Pointer json_in(String str)
    • json_out

      jnr.ffi.Pointer json_out(jnr.ffi.Pointer js)
    • jsonb_from_text

      jnr.ffi.Pointer jsonb_from_text(jnr.ffi.Pointer txt, boolean unique_keys)
    • jsonb_in

      jnr.ffi.Pointer jsonb_in(String str)
    • jsonb_out

      jnr.ffi.Pointer jsonb_out(jnr.ffi.Pointer jb)
    • json_make

      jnr.ffi.Pointer json_make(jnr.ffi.Pointer keys_vals, int count)
    • json_make_two_arg

      jnr.ffi.Pointer json_make_two_arg(jnr.ffi.Pointer keys, jnr.ffi.Pointer values, int count)
    • jsonb_copy

      jnr.ffi.Pointer jsonb_copy(jnr.ffi.Pointer jb)
    • jsonb_make

      jnr.ffi.Pointer jsonb_make(jnr.ffi.Pointer keys_vals, int count)
    • jsonb_make_two_arg

      jnr.ffi.Pointer jsonb_make_two_arg(jnr.ffi.Pointer keys, jnr.ffi.Pointer values, int count)
    • jsonb_to_bool

      byte jsonb_to_bool(jnr.ffi.Pointer jb)
    • jsonb_to_cstring

      jnr.ffi.Pointer jsonb_to_cstring(jnr.ffi.Pointer jb)
    • jsonb_to_float4

      jnr.ffi.Pointer jsonb_to_float4(jnr.ffi.Pointer jb)
    • jsonb_to_float8

      double jsonb_to_float8(jnr.ffi.Pointer jb)
    • jsonb_to_int16

      short jsonb_to_int16(jnr.ffi.Pointer jb)
    • jsonb_to_int32

      int jsonb_to_int32(jnr.ffi.Pointer jb)
    • jsonb_to_int64

      long jsonb_to_int64(jnr.ffi.Pointer jb)
    • jsonb_to_numeric

      jnr.ffi.Pointer jsonb_to_numeric(jnr.ffi.Pointer jb)
    • jsonb_to_text

      jnr.ffi.Pointer jsonb_to_text(jnr.ffi.Pointer jb)
    • json_array_element

      jnr.ffi.Pointer json_array_element(jnr.ffi.Pointer js, int element)
    • json_array_element_text

      jnr.ffi.Pointer json_array_element_text(jnr.ffi.Pointer js, int element)
    • json_array_elements

      jnr.ffi.Pointer json_array_elements(jnr.ffi.Pointer js, jnr.ffi.Pointer count)
    • json_array_elements_text

      jnr.ffi.Pointer json_array_elements_text(jnr.ffi.Pointer js, jnr.ffi.Pointer count)
    • json_array_length

      int json_array_length(jnr.ffi.Pointer js)
    • json_each

      jnr.ffi.Pointer json_each(jnr.ffi.Pointer js, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • json_each_text

      jnr.ffi.Pointer json_each_text(jnr.ffi.Pointer js, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • json_extract_path

      jnr.ffi.Pointer json_extract_path(jnr.ffi.Pointer js, jnr.ffi.Pointer path_elems, int path_len)
    • json_extract_path_text

      jnr.ffi.Pointer json_extract_path_text(jnr.ffi.Pointer js, jnr.ffi.Pointer path_elems, int path_len)
    • json_object_field

      jnr.ffi.Pointer json_object_field(jnr.ffi.Pointer js, jnr.ffi.Pointer key)
    • json_object_field_text

      jnr.ffi.Pointer json_object_field_text(jnr.ffi.Pointer js, jnr.ffi.Pointer key)
    • json_object_keys

      jnr.ffi.Pointer json_object_keys(jnr.ffi.Pointer js, jnr.ffi.Pointer count)
    • json_typeof

      jnr.ffi.Pointer json_typeof(jnr.ffi.Pointer js)
    • jsonb_array_element

      jnr.ffi.Pointer jsonb_array_element(jnr.ffi.Pointer jb, int element)
    • jsonb_array_element_text

      jnr.ffi.Pointer jsonb_array_element_text(jnr.ffi.Pointer jb, int element)
    • jsonb_array_elements

      jnr.ffi.Pointer jsonb_array_elements(jnr.ffi.Pointer jb, jnr.ffi.Pointer count)
    • jsonb_array_elements_text

      jnr.ffi.Pointer jsonb_array_elements_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer count)
    • jsonb_array_length

      int jsonb_array_length(jnr.ffi.Pointer jb)
    • jsonb_contained

      byte jsonb_contained(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_contains

      byte jsonb_contains(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_each

      jnr.ffi.Pointer jsonb_each(jnr.ffi.Pointer jb, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • jsonb_each_text

      jnr.ffi.Pointer jsonb_each_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer values, jnr.ffi.Pointer count)
    • jsonb_exists

      byte jsonb_exists(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • jsonb_exists_array

      byte jsonb_exists_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys_elems, int keys_len, boolean any)
    • jsonb_extract_path

      jnr.ffi.Pointer jsonb_extract_path(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len)
    • jsonb_extract_path_text

      jnr.ffi.Pointer jsonb_extract_path_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len)
    • jsonb_hash

      int jsonb_hash(jnr.ffi.Pointer jb)
    • jsonb_hash_extended

      long jsonb_hash_extended(jnr.ffi.Pointer jb, long seed)
    • jsonb_object_field

      jnr.ffi.Pointer jsonb_object_field(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • jsonb_object_field_text

      jnr.ffi.Pointer jsonb_object_field_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • jsonb_object_keys

      jnr.ffi.Pointer jsonb_object_keys(jnr.ffi.Pointer jb, jnr.ffi.Pointer count)
    • json_strip_nulls

      jnr.ffi.Pointer json_strip_nulls(jnr.ffi.Pointer js, boolean strip_in_arrays)
    • jsonb_concat

      jnr.ffi.Pointer jsonb_concat(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_delete

      jnr.ffi.Pointer jsonb_delete(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • jsonb_delete_array

      jnr.ffi.Pointer jsonb_delete_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys_elems, int keys_len)
    • jsonb_delete_index

      jnr.ffi.Pointer jsonb_delete_index(jnr.ffi.Pointer jb, int idx)
    • jsonb_delete_path

      jnr.ffi.Pointer jsonb_delete_path(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len)
    • jsonb_insert

      jnr.ffi.Pointer jsonb_insert(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean after)
    • jsonb_pretty

      jnr.ffi.Pointer jsonb_pretty(jnr.ffi.Pointer jb)
    • jsonb_set

      jnr.ffi.Pointer jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean create)
    • jsonb_set_lax

      jnr.ffi.Pointer jsonb_set_lax(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean create, jnr.ffi.Pointer handle_null)
    • jsonb_strip_nulls

      jnr.ffi.Pointer jsonb_strip_nulls(jnr.ffi.Pointer jb, boolean strip_in_arrays)
    • jsonb_cmp

      int jsonb_cmp(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_eq

      byte jsonb_eq(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_ge

      byte jsonb_ge(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_gt

      byte jsonb_gt(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_le

      byte jsonb_le(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_lt

      byte jsonb_lt(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_ne

      byte jsonb_ne(jnr.ffi.Pointer jb1, jnr.ffi.Pointer jb2)
    • jsonb_path_exists

      int jsonb_path_exists(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • jsonb_path_match

      byte jsonb_path_match(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • jsonb_path_query_all

      jnr.ffi.Pointer jsonb_path_query_all(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz, jnr.ffi.Pointer count)
    • jsonb_path_query_array

      jnr.ffi.Pointer jsonb_path_query_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • jsonb_path_query_first

      jnr.ffi.Pointer jsonb_path_query_first(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • jsonpath_in

      jnr.ffi.Pointer jsonpath_in(String str)
    • jsonpath_copy

      jnr.ffi.Pointer jsonpath_copy(jnr.ffi.Pointer jp)
    • jsonpath_out

      jnr.ffi.Pointer jsonpath_out(jnr.ffi.Pointer jp)
    • jsonbset_in

      jnr.ffi.Pointer jsonbset_in(String str)
    • jsonbset_out

      jnr.ffi.Pointer jsonbset_out(jnr.ffi.Pointer s, int maxdd)
    • jsonbset_make

      jnr.ffi.Pointer jsonbset_make(jnr.ffi.Pointer values, int count)
    • jsonb_to_set

      jnr.ffi.Pointer jsonb_to_set(jnr.ffi.Pointer jb)
    • jsonbset_end_value

      jnr.ffi.Pointer jsonbset_end_value(jnr.ffi.Pointer s)
    • jsonbset_start_value

      jnr.ffi.Pointer jsonbset_start_value(jnr.ffi.Pointer s)
    • jsonbset_value_n

      byte jsonbset_value_n(jnr.ffi.Pointer s, int n, jnr.ffi.Pointer result)
    • jsonbset_values

      jnr.ffi.Pointer jsonbset_values(jnr.ffi.Pointer s, jnr.ffi.Pointer count)
    • concat_jsonbset_jsonb

      jnr.ffi.Pointer concat_jsonbset_jsonb(jnr.ffi.Pointer s, jnr.ffi.Pointer jb, boolean invert)
    • jsonbset_array_length

      jnr.ffi.Pointer jsonbset_array_length(jnr.ffi.Pointer set)
    • jsonbset_object_field

      jnr.ffi.Pointer jsonbset_object_field(jnr.ffi.Pointer set, jnr.ffi.Pointer key, boolean astext, int null_handle)
    • jsonbset_array_element

      jnr.ffi.Pointer jsonbset_array_element(jnr.ffi.Pointer set, int idx, boolean astext, int null_handle)
    • jsonbset_delete_index

      jnr.ffi.Pointer jsonbset_delete_index(jnr.ffi.Pointer set, int idx)
    • jsonbset_delete

      jnr.ffi.Pointer jsonbset_delete(jnr.ffi.Pointer set, jnr.ffi.Pointer key)
    • jsonbset_delete_array

      jnr.ffi.Pointer jsonbset_delete_array(jnr.ffi.Pointer set, jnr.ffi.Pointer keys, int count)
    • jsonbset_exists

      jnr.ffi.Pointer jsonbset_exists(jnr.ffi.Pointer set, jnr.ffi.Pointer key, jnr.ffi.Pointer count)
    • jsonbset_exists_array

      jnr.ffi.Pointer jsonbset_exists_array(jnr.ffi.Pointer set, jnr.ffi.Pointer keys, int count, boolean any, jnr.ffi.Pointer rescount)
    • jsonbset_set

      jnr.ffi.Pointer jsonbset_set(jnr.ffi.Pointer set, jnr.ffi.Pointer keys, int count, jnr.ffi.Pointer newjb, boolean create, jnr.ffi.Pointer null_handle, boolean lax)
    • jsonbset_to_alphanumset

      jnr.ffi.Pointer jsonbset_to_alphanumset(jnr.ffi.Pointer set, String key, int settype, int null_handle)
    • jsonbset_to_intset

      jnr.ffi.Pointer jsonbset_to_intset(jnr.ffi.Pointer set, String key, int null_handle)
    • jsonbset_to_bigintset

      jnr.ffi.Pointer jsonbset_to_bigintset(jnr.ffi.Pointer set, String key, int null_handle)
    • jsonbset_to_floatset

      jnr.ffi.Pointer jsonbset_to_floatset(jnr.ffi.Pointer set, String key, int null_handle)
    • jsonbset_to_textset_key

      jnr.ffi.Pointer jsonbset_to_textset_key(jnr.ffi.Pointer set, String key, int null_handle)
    • jsonbset_strip_nulls

      jnr.ffi.Pointer jsonbset_strip_nulls(jnr.ffi.Pointer set, boolean strip_in_arrays)
    • jsonbset_pretty

      jnr.ffi.Pointer jsonbset_pretty(jnr.ffi.Pointer set)
    • jsonbset_delete_path

      jnr.ffi.Pointer jsonbset_delete_path(jnr.ffi.Pointer set, jnr.ffi.Pointer path_elems, int path_len)
    • jsonbset_extract_path

      jnr.ffi.Pointer jsonbset_extract_path(jnr.ffi.Pointer set, jnr.ffi.Pointer path_elems, int path_len, boolean astext, int null_handle)
    • jsonbset_insert

      jnr.ffi.Pointer jsonbset_insert(jnr.ffi.Pointer set, jnr.ffi.Pointer path_elems, int path_len, jnr.ffi.Pointer newjb, boolean after)
    • jsonbset_path_exists

      jnr.ffi.Pointer jsonbset_path_exists(jnr.ffi.Pointer set, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz, jnr.ffi.Pointer count)
    • jsonbset_path_match

      jnr.ffi.Pointer jsonbset_path_match(jnr.ffi.Pointer set, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz, jnr.ffi.Pointer count)
    • jsonbset_path_query_array

      jnr.ffi.Pointer jsonbset_path_query_array(jnr.ffi.Pointer set, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • jsonbset_path_query_first

      jnr.ffi.Pointer jsonbset_path_query_first(jnr.ffi.Pointer set, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • contained_jsonb_set

      byte contained_jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer s)
    • contains_set_jsonb

      byte contains_set_jsonb(jnr.ffi.Pointer s, jnr.ffi.Pointer jb)
    • intersection_jsonb_set

      jnr.ffi.Pointer intersection_jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer s)
    • intersection_set_jsonb

      jnr.ffi.Pointer intersection_set_jsonb(jnr.ffi.Pointer s, jnr.ffi.Pointer jb)
    • jsonb_union_transfn

      jnr.ffi.Pointer jsonb_union_transfn(jnr.ffi.Pointer state, jnr.ffi.Pointer jb)
    • minus_jsonb_set

      jnr.ffi.Pointer minus_jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer s)
    • minus_set_jsonb

      jnr.ffi.Pointer minus_set_jsonb(jnr.ffi.Pointer s, jnr.ffi.Pointer jb)
    • union_jsonb_set

      jnr.ffi.Pointer union_jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer s)
    • union_set_jsonb

      jnr.ffi.Pointer union_set_jsonb(jnr.ffi.Pointer s, jnr.ffi.Pointer jb)
    • tjsonb_from_mfjson

      jnr.ffi.Pointer tjsonb_from_mfjson(String str)
    • tjsonb_in

      jnr.ffi.Pointer tjsonb_in(String str)
    • tjsonb_out

      jnr.ffi.Pointer tjsonb_out(jnr.ffi.Pointer temp)
    • tjsonbinst_in

      jnr.ffi.Pointer tjsonbinst_in(String str)
    • tjsonbseq_in

      jnr.ffi.Pointer tjsonbseq_in(String str, int interp)
    • tjsonbseqset_in

      jnr.ffi.Pointer tjsonbseqset_in(String str)
    • tjsonb_from_base_temp

      jnr.ffi.Pointer tjsonb_from_base_temp(jnr.ffi.Pointer jsonb, jnr.ffi.Pointer temp)
    • tjsonbinst_make

      jnr.ffi.Pointer tjsonbinst_make(jnr.ffi.Pointer jsonb, long t)
    • tjsonbseq_from_base_tstzset

      jnr.ffi.Pointer tjsonbseq_from_base_tstzset(jnr.ffi.Pointer jsonb, jnr.ffi.Pointer s)
    • tjsonbseq_from_base_tstzspan

      jnr.ffi.Pointer tjsonbseq_from_base_tstzspan(jnr.ffi.Pointer jsonb, jnr.ffi.Pointer sp)
    • tjsonbseqset_from_base_tstzspanset

      jnr.ffi.Pointer tjsonbseqset_from_base_tstzspanset(jnr.ffi.Pointer jsonb, jnr.ffi.Pointer ss)
    • tjsonb_to_ttext

      jnr.ffi.Pointer tjsonb_to_ttext(jnr.ffi.Pointer temp)
    • ttext_to_tjsonb

      jnr.ffi.Pointer ttext_to_tjsonb(jnr.ffi.Pointer temp)
    • tjsonb_end_value

      jnr.ffi.Pointer tjsonb_end_value(jnr.ffi.Pointer temp)
    • tjsonb_start_value

      jnr.ffi.Pointer tjsonb_start_value(jnr.ffi.Pointer temp)
    • tjsonb_value_at_timestamptz

      byte tjsonb_value_at_timestamptz(jnr.ffi.Pointer temp, long t, boolean strict, jnr.ffi.Pointer value)
    • tjsonb_value_n

      byte tjsonb_value_n(jnr.ffi.Pointer temp, int n, jnr.ffi.Pointer result)
    • tjsonb_values

      jnr.ffi.Pointer tjsonb_values(jnr.ffi.Pointer temp, jnr.ffi.Pointer count)
    • concat_tjsonb_jsonb

      jnr.ffi.Pointer concat_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb, boolean invert)
    • concat_tjsonb_tjsonb

      jnr.ffi.Pointer concat_tjsonb_tjsonb(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • contains_tjsonb_jsonb

      jnr.ffi.Pointer contains_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb, boolean invert)
    • contains_tjsonb_tjsonb

      jnr.ffi.Pointer contains_tjsonb_tjsonb(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • null_handle_type_from_string

      int null_handle_type_from_string(String str)
    • tjson_array_element

      jnr.ffi.Pointer tjson_array_element(jnr.ffi.Pointer temp, int idx, int null_handle)
    • tjson_array_length

      jnr.ffi.Pointer tjson_array_length(jnr.ffi.Pointer temp)
    • tjson_extract_path

      jnr.ffi.Pointer tjson_extract_path(jnr.ffi.Pointer temp, jnr.ffi.Pointer path_elems, int path_len, int null_handle)
    • tjson_object_field

      jnr.ffi.Pointer tjson_object_field(jnr.ffi.Pointer temp, jnr.ffi.Pointer key, boolean astext, int null_handle)
    • tjson_strip_nulls

      jnr.ffi.Pointer tjson_strip_nulls(jnr.ffi.Pointer temp, boolean strip_in_arrays)
    • tjsonb_array_element

      jnr.ffi.Pointer tjsonb_array_element(jnr.ffi.Pointer temp, int idx, boolean astext, int null_handle)
    • tjsonb_array_length

      jnr.ffi.Pointer tjsonb_array_length(jnr.ffi.Pointer temp)
    • tjsonb_delete

      jnr.ffi.Pointer tjsonb_delete(jnr.ffi.Pointer temp, jnr.ffi.Pointer key)
    • tjsonb_delete_array

      jnr.ffi.Pointer tjsonb_delete_array(jnr.ffi.Pointer temp, jnr.ffi.Pointer keys, int count)
    • tjsonb_delete_index

      jnr.ffi.Pointer tjsonb_delete_index(jnr.ffi.Pointer temp, int idx)
    • tjsonb_delete_path

      jnr.ffi.Pointer tjsonb_delete_path(jnr.ffi.Pointer temp, jnr.ffi.Pointer path_elems, int path_len)
    • tjsonb_exists

      jnr.ffi.Pointer tjsonb_exists(jnr.ffi.Pointer temp, jnr.ffi.Pointer key)
    • tjsonb_exists_all

      jnr.ffi.Pointer tjsonb_exists_all(jnr.ffi.Pointer temp, jnr.ffi.Pointer keys, int count)
    • tjsonb_exists_any

      jnr.ffi.Pointer tjsonb_exists_any(jnr.ffi.Pointer temp, jnr.ffi.Pointer keys, int count)
    • tjsonb_exists_array

      jnr.ffi.Pointer tjsonb_exists_array(jnr.ffi.Pointer temp, jnr.ffi.Pointer keys, int count, boolean any)
    • tjsonb_extract_path

      jnr.ffi.Pointer tjsonb_extract_path(jnr.ffi.Pointer temp, jnr.ffi.Pointer path_elems, int path_len, boolean astext, int null_handle)
    • tjsonb_insert

      jnr.ffi.Pointer tjsonb_insert(jnr.ffi.Pointer temp, jnr.ffi.Pointer keys, int count, jnr.ffi.Pointer newjb, boolean after)
    • tjsonb_object_field

      jnr.ffi.Pointer tjsonb_object_field(jnr.ffi.Pointer temp, jnr.ffi.Pointer key, boolean astext, int null_handle)
    • tjsonb_path_exists

      jnr.ffi.Pointer tjsonb_path_exists(jnr.ffi.Pointer temp, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • tjsonb_path_match

      jnr.ffi.Pointer tjsonb_path_match(jnr.ffi.Pointer temp, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • tjsonb_path_query_array

      jnr.ffi.Pointer tjsonb_path_query_array(jnr.ffi.Pointer temp, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • tjsonb_path_query_first

      jnr.ffi.Pointer tjsonb_path_query_first(jnr.ffi.Pointer temp, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, boolean silent, boolean tz)
    • tjsonb_pretty

      jnr.ffi.Pointer tjsonb_pretty(jnr.ffi.Pointer temp)
    • tjsonb_set

      jnr.ffi.Pointer tjsonb_set(jnr.ffi.Pointer temp, jnr.ffi.Pointer keys, int count, jnr.ffi.Pointer newjb, boolean create, jnr.ffi.Pointer handle_null, boolean lax)
    • tjsonb_strip_nulls

      jnr.ffi.Pointer tjsonb_strip_nulls(jnr.ffi.Pointer temp, boolean strip_in_arrays)
    • tjsonb_to_tbool

      jnr.ffi.Pointer tjsonb_to_tbool(jnr.ffi.Pointer temp, String key, int null_handle)
    • tjsonb_to_tfloat

      jnr.ffi.Pointer tjsonb_to_tfloat(jnr.ffi.Pointer temp, String key, int interp, int null_handle)
    • tjsonb_to_tint

      jnr.ffi.Pointer tjsonb_to_tint(jnr.ffi.Pointer temp, String key, int null_handle)
    • tjsonb_to_ttext_key

      jnr.ffi.Pointer tjsonb_to_ttext_key(jnr.ffi.Pointer temp, String key, int null_handle)
    • tjsonb_at_value

      jnr.ffi.Pointer tjsonb_at_value(jnr.ffi.Pointer temp, jnr.ffi.Pointer jsb)
    • tjsonb_minus_value

      jnr.ffi.Pointer tjsonb_minus_value(jnr.ffi.Pointer temp, jnr.ffi.Pointer jsb)
    • always_eq_jsonb_tjsonb

      int always_eq_jsonb_tjsonb(jnr.ffi.Pointer jb, jnr.ffi.Pointer temp)
    • always_eq_tjsonb_jsonb

      int always_eq_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb)
    • always_eq_tjsonb_tjsonb

      int always_eq_tjsonb_tjsonb(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_ne_jsonb_tjsonb

      int always_ne_jsonb_tjsonb(jnr.ffi.Pointer jb, jnr.ffi.Pointer temp)
    • always_ne_tjsonb_jsonb

      int always_ne_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb)
    • always_ne_tjsonb_tjsonb

      int always_ne_tjsonb_tjsonb(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_eq_jsonb_tjsonb

      int ever_eq_jsonb_tjsonb(jnr.ffi.Pointer jb, jnr.ffi.Pointer temp)
    • ever_eq_tjsonb_jsonb

      int ever_eq_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb)
    • ever_eq_tjsonb_tjsonb

      int ever_eq_tjsonb_tjsonb(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_ne_jsonb_tjsonb

      int ever_ne_jsonb_tjsonb(jnr.ffi.Pointer jb, jnr.ffi.Pointer temp)
    • ever_ne_tjsonb_jsonb

      int ever_ne_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb)
    • ever_ne_tjsonb_tjsonb

      int ever_ne_tjsonb_tjsonb(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • teq_jsonb_tjsonb

      jnr.ffi.Pointer teq_jsonb_tjsonb(jnr.ffi.Pointer jb, jnr.ffi.Pointer temp)
    • teq_tjsonb_jsonb

      jnr.ffi.Pointer teq_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb)
    • tne_jsonb_tjsonb

      jnr.ffi.Pointer tne_jsonb_tjsonb(jnr.ffi.Pointer jb, jnr.ffi.Pointer temp)
    • tne_tjsonb_jsonb

      jnr.ffi.Pointer tne_tjsonb_jsonb(jnr.ffi.Pointer temp, jnr.ffi.Pointer jb)
    • setPath

      jnr.ffi.Pointer setPath(jnr.ffi.Pointer it, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_nulls, int path_len, jnr.ffi.Pointer st, int level, jnr.ffi.Pointer newval, int op_type)
    • setPathObject

      void setPathObject(jnr.ffi.Pointer it, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_nulls, int path_len, jnr.ffi.Pointer st, int level, jnr.ffi.Pointer newval, int npairs, int op_type)
    • setPathArray

      void setPathArray(jnr.ffi.Pointer it, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_nulls, int path_len, jnr.ffi.Pointer st, int level, jnr.ffi.Pointer newval, int nelems, int op_type)
    • datum_jsonb_concat

      jnr.ffi.Pointer datum_jsonb_concat(jnr.ffi.Pointer l, jnr.ffi.Pointer r)
    • datum_jsonb_contained

      jnr.ffi.Pointer datum_jsonb_contained(jnr.ffi.Pointer l, jnr.ffi.Pointer r)
    • datum_jsonb_contains

      jnr.ffi.Pointer datum_jsonb_contains(jnr.ffi.Pointer l, jnr.ffi.Pointer r)
    • datum_jsonb_delete

      jnr.ffi.Pointer datum_jsonb_delete(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • datum_jsonb_delete_array

      jnr.ffi.Pointer datum_jsonb_delete_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer array, jnr.ffi.Pointer count)
    • datum_jsonb_delete_index

      jnr.ffi.Pointer datum_jsonb_delete_index(jnr.ffi.Pointer jb, jnr.ffi.Pointer idx)
    • datum_json_array_element

      jnr.ffi.Pointer datum_json_array_element(jnr.ffi.Pointer txt, jnr.ffi.Pointer element)
    • datum_jsonb_array_element

      jnr.ffi.Pointer datum_jsonb_array_element(jnr.ffi.Pointer jb, jnr.ffi.Pointer element)
    • datum_json_array_element_text

      jnr.ffi.Pointer datum_json_array_element_text(jnr.ffi.Pointer txt, jnr.ffi.Pointer element)
    • datum_jsonb_array_element_text

      jnr.ffi.Pointer datum_jsonb_array_element_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer element)
    • datum_jsonb_exists

      jnr.ffi.Pointer datum_jsonb_exists(jnr.ffi.Pointer l, jnr.ffi.Pointer r)
    • datum_jsonb_exists_array

      jnr.ffi.Pointer datum_jsonb_exists_array(jnr.ffi.Pointer value, jnr.ffi.Pointer array, jnr.ffi.Pointer count, jnr.ffi.Pointer any)
    • datum_json_array_length

      jnr.ffi.Pointer datum_json_array_length(jnr.ffi.Pointer txt)
    • datum_jsonb_array_length

      jnr.ffi.Pointer datum_jsonb_array_length(jnr.ffi.Pointer txt)
    • datum_json_object_field

      jnr.ffi.Pointer datum_json_object_field(jnr.ffi.Pointer txt, jnr.ffi.Pointer key)
    • datum_jsonb_object_field

      jnr.ffi.Pointer datum_jsonb_object_field(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • datum_json_object_field_text

      jnr.ffi.Pointer datum_json_object_field_text(jnr.ffi.Pointer txt, jnr.ffi.Pointer key)
    • datum_jsonb_object_field_text

      jnr.ffi.Pointer datum_jsonb_object_field_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer key)
    • datum_json_strip_nulls

      jnr.ffi.Pointer datum_json_strip_nulls(jnr.ffi.Pointer txt, jnr.ffi.Pointer strip_in_arrays)
    • datum_jsonb_strip_nulls

      jnr.ffi.Pointer datum_jsonb_strip_nulls(jnr.ffi.Pointer jb, jnr.ffi.Pointer strip_in_arrays)
    • datum_jsonb_pretty

      jnr.ffi.Pointer datum_jsonb_pretty(jnr.ffi.Pointer jb)
    • datum_json_extract_path

      jnr.ffi.Pointer datum_json_extract_path(jnr.ffi.Pointer txt, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_len)
    • datum_jsonb_extract_path

      jnr.ffi.Pointer datum_jsonb_extract_path(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_len)
    • datum_json_extract_path_text

      jnr.ffi.Pointer datum_json_extract_path_text(jnr.ffi.Pointer txt, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_len)
    • datum_jsonb_extract_path_text

      jnr.ffi.Pointer datum_jsonb_extract_path_text(jnr.ffi.Pointer jb, jnr.ffi.Pointer path_elems, jnr.ffi.Pointer path_len)
    • datum_jsonb_set

      jnr.ffi.Pointer datum_jsonb_set(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys, jnr.ffi.Pointer count, jnr.ffi.Pointer newjb, jnr.ffi.Pointer create)
    • datum_jsonb_set_lax

      jnr.ffi.Pointer datum_jsonb_set_lax(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys, jnr.ffi.Pointer count, jnr.ffi.Pointer newjb, jnr.ffi.Pointer create, jnr.ffi.Pointer null_handle)
    • datum_jsonb_delete_path

      jnr.ffi.Pointer datum_jsonb_delete_path(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys, jnr.ffi.Pointer count)
    • datum_jsonb_insert

      jnr.ffi.Pointer datum_jsonb_insert(jnr.ffi.Pointer jb, jnr.ffi.Pointer keys, jnr.ffi.Pointer count, jnr.ffi.Pointer newjb, jnr.ffi.Pointer after)
    • datum_jsonb_path_exists

      jnr.ffi.Pointer datum_jsonb_path_exists(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, jnr.ffi.Pointer silent, jnr.ffi.Pointer tz)
    • datum_jsonb_path_match

      jnr.ffi.Pointer datum_jsonb_path_match(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, jnr.ffi.Pointer silent, jnr.ffi.Pointer tz)
    • datum_jsonb_path_query_array

      jnr.ffi.Pointer datum_jsonb_path_query_array(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, jnr.ffi.Pointer silent, jnr.ffi.Pointer tz)
    • datum_jsonb_path_query_first

      jnr.ffi.Pointer datum_jsonb_path_query_first(jnr.ffi.Pointer jb, jnr.ffi.Pointer jp, jnr.ffi.Pointer vars, jnr.ffi.Pointer silent, jnr.ffi.Pointer tz)
    • datum_jsonb_to_text

      jnr.ffi.Pointer datum_jsonb_to_text(jnr.ffi.Pointer jb)
    • datum_text_to_jsonb

      jnr.ffi.Pointer datum_text_to_jsonb(jnr.ffi.Pointer txt)
    • datum_jsonb_to_alphanum

      jnr.ffi.Pointer datum_jsonb_to_alphanum(jnr.ffi.Pointer jb, jnr.ffi.Pointer key, jnr.ffi.Pointer temptype, jnr.ffi.Pointer null_handle)
    • tjsonb_to_talphanum

      jnr.ffi.Pointer tjsonb_to_talphanum(jnr.ffi.Pointer temp, String key, int resbasetype, int interp, int null_handle)
    • jsonbfunc_jsonbset

      jnr.ffi.Pointer jsonbfunc_jsonbset(jnr.ffi.Pointer s, jnr.ffi.Pointer func, int intype, int restype)
    • tcellindex_get_resolution

      jnr.ffi.Pointer tcellindex_get_resolution(jnr.ffi.Pointer temp)
    • tcellindex_is_valid_cell

      jnr.ffi.Pointer tcellindex_is_valid_cell(jnr.ffi.Pointer temp)
    • tcellindex_cell_to_parent

      jnr.ffi.Pointer tcellindex_cell_to_parent(jnr.ffi.Pointer temp, int resolution)
    • tcellindex_cell_to_point

      jnr.ffi.Pointer tcellindex_cell_to_point(jnr.ffi.Pointer temp)
    • tcellindex_cell_to_boundary

      jnr.ffi.Pointer tcellindex_cell_to_boundary(jnr.ffi.Pointer temp)
    • tcellindex_cell_area

      jnr.ffi.Pointer tcellindex_cell_area(jnr.ffi.Pointer temp)
    • meos_proj_get_context

      jnr.ffi.Pointer meos_proj_get_context()
    • geos_get_context

      jnr.ffi.Pointer geos_get_context()
    • datum_geo_round

      jnr.ffi.Pointer datum_geo_round(jnr.ffi.Pointer value, jnr.ffi.Pointer size)
    • point_round

      jnr.ffi.Pointer point_round(jnr.ffi.Pointer gs, int maxdd)
    • stbox_set

      void stbox_set(boolean hasx, boolean hasz, boolean geodetic, int srid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, jnr.ffi.Pointer s, jnr.ffi.Pointer result)
    • gbox_set_stbox

      void gbox_set_stbox(jnr.ffi.Pointer box, int srid, jnr.ffi.Pointer result)
    • geo_set_stbox

      byte geo_set_stbox(jnr.ffi.Pointer gs, jnr.ffi.Pointer result)
    • geoarr_set_stbox

      void geoarr_set_stbox(jnr.ffi.Pointer values, int count, jnr.ffi.Pointer result)
    • spatial_set_stbox

      byte spatial_set_stbox(jnr.ffi.Pointer d, int basetype, jnr.ffi.Pointer result)
    • spatialset_set_stbox

      void spatialset_set_stbox(jnr.ffi.Pointer set, jnr.ffi.Pointer result)
    • distance_spatialset_value

      jnr.ffi.Pointer distance_spatialset_value(jnr.ffi.Pointer s, jnr.ffi.Pointer value)
    • distance_spatialset_spatialset

      jnr.ffi.Pointer distance_spatialset_spatialset(jnr.ffi.Pointer s1, jnr.ffi.Pointer s2)
    • stbox_set_box3d

      void stbox_set_box3d(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • stbox_set_gbox

      void stbox_set_gbox(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tstzset_set_stbox

      void tstzset_set_stbox(jnr.ffi.Pointer s, jnr.ffi.Pointer result)
    • timestamptz_set_stbox

      void timestamptz_set_stbox(long t, jnr.ffi.Pointer result)
    • tstzspan_set_stbox

      void tstzspan_set_stbox(jnr.ffi.Pointer s, jnr.ffi.Pointer result)
    • tstzspanset_set_stbox

      void tstzspanset_set_stbox(jnr.ffi.Pointer s, jnr.ffi.Pointer result)
    • stbox_expand

      void stbox_expand(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_expand_space_set

      byte stbox_expand_space_set(jnr.ffi.Pointer box, double d, jnr.ffi.Pointer result)
    • stbox_contains

      byte stbox_contains(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_contained

      byte stbox_contained(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overlaps

      byte stbox_overlaps(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_same

      byte stbox_same(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_adjacent

      byte stbox_adjacent(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_left

      byte stbox_left(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_right

      byte stbox_right(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overleft

      byte stbox_overleft(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overright

      byte stbox_overright(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_below

      byte stbox_below(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_above

      byte stbox_above(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overbelow

      byte stbox_overbelow(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overabove

      byte stbox_overabove(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_front

      byte stbox_front(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_back

      byte stbox_back(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overfront

      byte stbox_overfront(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overback

      byte stbox_overback(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_before

      byte stbox_before(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_after

      byte stbox_after(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overbefore

      byte stbox_overbefore(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • stbox_overafter

      byte stbox_overafter(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • inter_stbox_stbox

      byte inter_stbox_stbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2, jnr.ffi.Pointer result)
    • tgeogpointinst_from_mfjson

      jnr.ffi.Pointer tgeogpointinst_from_mfjson(jnr.ffi.Pointer mfjson, int srid)
    • tgeogpointinst_in

      jnr.ffi.Pointer tgeogpointinst_in(String str)
    • tgeogpointseq_from_mfjson

      jnr.ffi.Pointer tgeogpointseq_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeogpointseq_in

      jnr.ffi.Pointer tgeogpointseq_in(String str, int interp)
    • tgeogpointseqset_from_mfjson

      jnr.ffi.Pointer tgeogpointseqset_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeogpointseqset_in

      jnr.ffi.Pointer tgeogpointseqset_in(String str)
    • tgeompointinst_from_mfjson

      jnr.ffi.Pointer tgeompointinst_from_mfjson(jnr.ffi.Pointer mfjson, int srid)
    • tgeompointinst_in

      jnr.ffi.Pointer tgeompointinst_in(String str)
    • tgeompointseq_from_mfjson

      jnr.ffi.Pointer tgeompointseq_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeompointseq_in

      jnr.ffi.Pointer tgeompointseq_in(String str, int interp)
    • tgeompointseqset_from_mfjson

      jnr.ffi.Pointer tgeompointseqset_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeompointseqset_in

      jnr.ffi.Pointer tgeompointseqset_in(String str)
    • tgeographyinst_from_mfjson

      jnr.ffi.Pointer tgeographyinst_from_mfjson(jnr.ffi.Pointer mfjson, int srid)
    • tgeographyinst_in

      jnr.ffi.Pointer tgeographyinst_in(String str)
    • tgeographyseq_from_mfjson

      jnr.ffi.Pointer tgeographyseq_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeographyseq_in

      jnr.ffi.Pointer tgeographyseq_in(String str, int interp)
    • tgeographyseqset_from_mfjson

      jnr.ffi.Pointer tgeographyseqset_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeographyseqset_in

      jnr.ffi.Pointer tgeographyseqset_in(String str)
    • tgeometryinst_from_mfjson

      jnr.ffi.Pointer tgeometryinst_from_mfjson(jnr.ffi.Pointer mfjson, int srid)
    • tgeometryinst_in

      jnr.ffi.Pointer tgeometryinst_in(String str)
    • tgeometryseq_from_mfjson

      jnr.ffi.Pointer tgeometryseq_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeometryseq_in

      jnr.ffi.Pointer tgeometryseq_in(String str, int interp)
    • tgeometryseqset_from_mfjson

      jnr.ffi.Pointer tgeometryseqset_from_mfjson(jnr.ffi.Pointer mfjson, int srid, int interp)
    • tgeometryseqset_in

      jnr.ffi.Pointer tgeometryseqset_in(String str)
    • tspatial_set_stbox

      void tspatial_set_stbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer result)
    • tspatialseq_set_stbox

      void tspatialseq_set_stbox(jnr.ffi.Pointer seq, jnr.ffi.Pointer box)
    • tspatialseqset_set_stbox

      void tspatialseqset_set_stbox(jnr.ffi.Pointer ss, jnr.ffi.Pointer box)
    • tgeo_restrict_elevation

      jnr.ffi.Pointer tgeo_restrict_elevation(jnr.ffi.Pointer temp, jnr.ffi.Pointer s, boolean atfunc)
    • tgeo_restrict_geom

      jnr.ffi.Pointer tgeo_restrict_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean atfunc)
    • tgeo_restrict_stbox

      jnr.ffi.Pointer tgeo_restrict_stbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box, boolean border_inc, boolean atfunc)
    • tgeoinst_restrict_geom

      jnr.ffi.Pointer tgeoinst_restrict_geom(jnr.ffi.Pointer inst, jnr.ffi.Pointer gs, boolean atfunc)
    • tgeoinst_restrict_stbox

      jnr.ffi.Pointer tgeoinst_restrict_stbox(jnr.ffi.Pointer inst, jnr.ffi.Pointer box, boolean border_inc, boolean atfunc)
    • tgeoseq_restrict_geom

      jnr.ffi.Pointer tgeoseq_restrict_geom(jnr.ffi.Pointer seq, jnr.ffi.Pointer gs, boolean atfunc)
    • tgeoseq_restrict_stbox

      jnr.ffi.Pointer tgeoseq_restrict_stbox(jnr.ffi.Pointer seq, jnr.ffi.Pointer box, boolean border_inc, boolean atfunc)
    • tgeoseqset_restrict_geom

      jnr.ffi.Pointer tgeoseqset_restrict_geom(jnr.ffi.Pointer ss, jnr.ffi.Pointer gs, boolean atfunc)
    • tgeoseqset_restrict_stbox

      jnr.ffi.Pointer tgeoseqset_restrict_stbox(jnr.ffi.Pointer ss, jnr.ffi.Pointer box, boolean border_inc, boolean atfunc)
    • geo_edge_ctx_make

      jnr.ffi.Pointer geo_edge_ctx_make(jnr.ffi.Pointer gs)
    • geo_edge_ctx_free

      void geo_edge_ctx_free(jnr.ffi.Pointer ctx)
    • geo_intersects2d

      byte geo_intersects2d(jnr.ffi.Pointer gs1, jnr.ffi.Pointer gs2)
    • geo_intersects2d_ctx

      byte geo_intersects2d_ctx(jnr.ffi.Pointer gs, jnr.ffi.Pointer ctx)
    • geo_covers2d

      byte geo_covers2d(jnr.ffi.Pointer gs1, jnr.ffi.Pointer gs2)
    • tpoint_linear_inter_geom

      jnr.ffi.Pointer tpoint_linear_inter_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean clip)
    • tpoint_linear_inter_geom_ctx

      jnr.ffi.Pointer tpoint_linear_inter_geom_ctx(jnr.ffi.Pointer temp, jnr.ffi.Pointer ctx, boolean clip)
    • tpoint_linear_dwithin_geom

      jnr.ffi.Pointer tpoint_linear_dwithin_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, double dist)
    • tpoint_linear_dwithin_geom_ctx

      jnr.ffi.Pointer tpoint_linear_dwithin_geom_ctx(jnr.ffi.Pointer temp, jnr.ffi.Pointer ctx, double dist)
    • tpoint_linear_distance_geom

      jnr.ffi.Pointer tpoint_linear_distance_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • tpoint_linear_restrict_geom

      jnr.ffi.Pointer tpoint_linear_restrict_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs, boolean atfunc)
    • geom_meos_supported

      byte geom_meos_supported(jnr.ffi.Pointer geom)
    • spatial_srid

      int spatial_srid(jnr.ffi.Pointer d, int basetype)
    • spatial_set_srid

      byte spatial_set_srid(jnr.ffi.Pointer d, int basetype, int srid)
    • tspatialinst_srid

      int tspatialinst_srid(jnr.ffi.Pointer inst)
    • tpointseq_azimuth

      jnr.ffi.Pointer tpointseq_azimuth(jnr.ffi.Pointer seq)
    • tpointseq_cumulative_length

      jnr.ffi.Pointer tpointseq_cumulative_length(jnr.ffi.Pointer seq, double prevlength)
    • tpointseq_is_simple

      byte tpointseq_is_simple(jnr.ffi.Pointer seq)
    • tpointseq_length

      double tpointseq_length(jnr.ffi.Pointer seq)
    • tpointseq_linear_trajectory

      jnr.ffi.Pointer tpointseq_linear_trajectory(jnr.ffi.Pointer seq, boolean unary_union)
    • tgeoseq_stboxes

      jnr.ffi.Pointer tgeoseq_stboxes(jnr.ffi.Pointer seq, jnr.ffi.Pointer count)
    • tgeoseq_split_n_stboxes

      jnr.ffi.Pointer tgeoseq_split_n_stboxes(jnr.ffi.Pointer seq, int max_count, jnr.ffi.Pointer count)
    • tpointseqset_azimuth

      jnr.ffi.Pointer tpointseqset_azimuth(jnr.ffi.Pointer ss)
    • tpointseqset_cumulative_length

      jnr.ffi.Pointer tpointseqset_cumulative_length(jnr.ffi.Pointer ss)
    • tpointseqset_is_simple

      byte tpointseqset_is_simple(jnr.ffi.Pointer ss)
    • tpointseqset_length

      double tpointseqset_length(jnr.ffi.Pointer ss)
    • tgeoseqset_stboxes

      jnr.ffi.Pointer tgeoseqset_stboxes(jnr.ffi.Pointer ss, jnr.ffi.Pointer count)
    • tgeoseqset_split_n_stboxes

      jnr.ffi.Pointer tgeoseqset_split_n_stboxes(jnr.ffi.Pointer ss, int max_count, jnr.ffi.Pointer count)
    • tgeominst_tgeoginst

      jnr.ffi.Pointer tgeominst_tgeoginst(jnr.ffi.Pointer inst, boolean oper)
    • tgeomseq_tgeogseq

      jnr.ffi.Pointer tgeomseq_tgeogseq(jnr.ffi.Pointer seq, boolean oper)
    • tgeomseqset_tgeogseqset

      jnr.ffi.Pointer tgeomseqset_tgeogseqset(jnr.ffi.Pointer ss, boolean oper)
    • tgeom_tgeog

      jnr.ffi.Pointer tgeom_tgeog(jnr.ffi.Pointer temp, boolean oper)
    • tgeo_tpoint

      jnr.ffi.Pointer tgeo_tpoint(jnr.ffi.Pointer temp, boolean oper)
    • tspatialinst_set_srid

      void tspatialinst_set_srid(jnr.ffi.Pointer inst, int srid)
    • tpointseq_make_simple

      jnr.ffi.Pointer tpointseq_make_simple(jnr.ffi.Pointer seq, jnr.ffi.Pointer count)
    • tspatialseq_set_srid

      void tspatialseq_set_srid(jnr.ffi.Pointer seq, int srid)
    • tpointseqset_make_simple

      jnr.ffi.Pointer tpointseqset_make_simple(jnr.ffi.Pointer ss, jnr.ffi.Pointer count)
    • tspatialseqset_set_srid

      void tspatialseqset_set_srid(jnr.ffi.Pointer ss, int srid)
    • tpointseq_twcentroid

      jnr.ffi.Pointer tpointseq_twcentroid(jnr.ffi.Pointer seq)
    • tpointseqset_twcentroid

      jnr.ffi.Pointer tpointseqset_twcentroid(jnr.ffi.Pointer ss)
    • npoint_as_ewkt

      jnr.ffi.Pointer npoint_as_ewkt(jnr.ffi.Pointer np, int maxdd)
    • npoint_as_hexwkb

      jnr.ffi.Pointer npoint_as_hexwkb(jnr.ffi.Pointer np, byte variant, jnr.ffi.Pointer size_out)
    • npoint_as_text

      jnr.ffi.Pointer npoint_as_text(jnr.ffi.Pointer np, int maxdd)
    • npoint_as_wkb

      jnr.ffi.Pointer npoint_as_wkb(jnr.ffi.Pointer np, byte variant, jnr.ffi.Pointer size_out)
    • npoint_from_hexwkb

      jnr.ffi.Pointer npoint_from_hexwkb(String hexwkb)
    • npoint_from_wkb

      jnr.ffi.Pointer npoint_from_wkb(jnr.ffi.Pointer wkb, long size)
    • npoint_in

      jnr.ffi.Pointer npoint_in(String str)
    • npoint_out

      jnr.ffi.Pointer npoint_out(jnr.ffi.Pointer np, int maxdd)
    • nsegment_in

      jnr.ffi.Pointer nsegment_in(String str)
    • nsegment_out

      jnr.ffi.Pointer nsegment_out(jnr.ffi.Pointer ns, int maxdd)
    • npoint_make

      jnr.ffi.Pointer npoint_make(long rid, double pos)
    • nsegment_make

      jnr.ffi.Pointer nsegment_make(long rid, double pos1, double pos2)
    • geompoint_to_npoint

      jnr.ffi.Pointer geompoint_to_npoint(jnr.ffi.Pointer gs)
    • geom_to_nsegment

      jnr.ffi.Pointer geom_to_nsegment(jnr.ffi.Pointer gs)
    • npoint_to_geompoint

      jnr.ffi.Pointer npoint_to_geompoint(jnr.ffi.Pointer np)
    • npoint_to_nsegment

      jnr.ffi.Pointer npoint_to_nsegment(jnr.ffi.Pointer np)
    • npoint_to_stbox

      jnr.ffi.Pointer npoint_to_stbox(jnr.ffi.Pointer np)
    • nsegment_to_geom

      jnr.ffi.Pointer nsegment_to_geom(jnr.ffi.Pointer ns)
    • nsegment_to_stbox

      jnr.ffi.Pointer nsegment_to_stbox(jnr.ffi.Pointer ns)
    • npoint_hash

      int npoint_hash(jnr.ffi.Pointer np)
    • npoint_hash_extended

      long npoint_hash_extended(jnr.ffi.Pointer np, long seed)
    • npoint_position

      double npoint_position(jnr.ffi.Pointer np)
    • npoint_route

      long npoint_route(jnr.ffi.Pointer np)
    • nsegment_end_position

      double nsegment_end_position(jnr.ffi.Pointer ns)
    • nsegment_route

      long nsegment_route(jnr.ffi.Pointer ns)
    • nsegment_start_position

      double nsegment_start_position(jnr.ffi.Pointer ns)
    • route_exists

      byte route_exists(long rid)
    • route_geom

      jnr.ffi.Pointer route_geom(long rid)
    • route_length

      double route_length(long rid)
    • npoint_round

      jnr.ffi.Pointer npoint_round(jnr.ffi.Pointer np, int maxdd)
    • nsegment_round

      jnr.ffi.Pointer nsegment_round(jnr.ffi.Pointer ns, int maxdd)
    • get_srid_ways

      int get_srid_ways()
    • npoint_srid

      int npoint_srid(jnr.ffi.Pointer np)
    • nsegment_srid

      int nsegment_srid(jnr.ffi.Pointer ns)
    • npoint_timestamptz_to_stbox

      jnr.ffi.Pointer npoint_timestamptz_to_stbox(jnr.ffi.Pointer np, long t)
    • npoint_tstzspan_to_stbox

      jnr.ffi.Pointer npoint_tstzspan_to_stbox(jnr.ffi.Pointer np, jnr.ffi.Pointer s)
    • npoint_cmp

      int npoint_cmp(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_eq

      byte npoint_eq(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_ge

      byte npoint_ge(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_gt

      byte npoint_gt(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_le

      byte npoint_le(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_lt

      byte npoint_lt(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_ne

      byte npoint_ne(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • npoint_same

      byte npoint_same(jnr.ffi.Pointer np1, jnr.ffi.Pointer np2)
    • nsegment_cmp

      int nsegment_cmp(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • nsegment_eq

      byte nsegment_eq(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • nsegment_ge

      byte nsegment_ge(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • nsegment_gt

      byte nsegment_gt(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • nsegment_le

      byte nsegment_le(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • nsegment_lt

      byte nsegment_lt(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • nsegment_ne

      byte nsegment_ne(jnr.ffi.Pointer ns1, jnr.ffi.Pointer ns2)
    • npointset_in

      jnr.ffi.Pointer npointset_in(String str)
    • npointset_out

      jnr.ffi.Pointer npointset_out(jnr.ffi.Pointer s, int maxdd)
    • npointset_make

      jnr.ffi.Pointer npointset_make(jnr.ffi.Pointer values, int count)
    • npoint_to_set

      jnr.ffi.Pointer npoint_to_set(jnr.ffi.Pointer np)
    • npointset_end_value

      jnr.ffi.Pointer npointset_end_value(jnr.ffi.Pointer s)
    • npointset_routes

      jnr.ffi.Pointer npointset_routes(jnr.ffi.Pointer s)
    • npointset_start_value

      jnr.ffi.Pointer npointset_start_value(jnr.ffi.Pointer s)
    • npointset_value_n

      byte npointset_value_n(jnr.ffi.Pointer s, int n, jnr.ffi.Pointer result)
    • npointset_values

      jnr.ffi.Pointer npointset_values(jnr.ffi.Pointer s, jnr.ffi.Pointer count)
    • contained_npoint_set

      byte contained_npoint_set(jnr.ffi.Pointer np, jnr.ffi.Pointer s)
    • contains_set_npoint

      byte contains_set_npoint(jnr.ffi.Pointer s, jnr.ffi.Pointer np)
    • intersection_npoint_set

      jnr.ffi.Pointer intersection_npoint_set(jnr.ffi.Pointer np, jnr.ffi.Pointer s)
    • intersection_set_npoint

      jnr.ffi.Pointer intersection_set_npoint(jnr.ffi.Pointer s, jnr.ffi.Pointer np)
    • minus_npoint_set

      jnr.ffi.Pointer minus_npoint_set(jnr.ffi.Pointer np, jnr.ffi.Pointer s)
    • minus_set_npoint

      jnr.ffi.Pointer minus_set_npoint(jnr.ffi.Pointer s, jnr.ffi.Pointer np)
    • npoint_union_transfn

      jnr.ffi.Pointer npoint_union_transfn(jnr.ffi.Pointer state, jnr.ffi.Pointer np)
    • union_npoint_set

      jnr.ffi.Pointer union_npoint_set(jnr.ffi.Pointer np, jnr.ffi.Pointer s)
    • union_set_npoint

      jnr.ffi.Pointer union_set_npoint(jnr.ffi.Pointer s, jnr.ffi.Pointer np)
    • tnpoint_in

      jnr.ffi.Pointer tnpoint_in(String str)
    • tnpoint_from_mfjson

      jnr.ffi.Pointer tnpoint_from_mfjson(String mfjson)
    • tnpoint_out

      jnr.ffi.Pointer tnpoint_out(jnr.ffi.Pointer temp, int maxdd)
    • tnpointinst_make

      jnr.ffi.Pointer tnpointinst_make(jnr.ffi.Pointer np, long t)
    • tnpoint_from_base_temp

      jnr.ffi.Pointer tnpoint_from_base_temp(jnr.ffi.Pointer np, jnr.ffi.Pointer temp)
    • tnpointseq_from_base_tstzset

      jnr.ffi.Pointer tnpointseq_from_base_tstzset(jnr.ffi.Pointer np, jnr.ffi.Pointer s)
    • tnpointseq_from_base_tstzspan

      jnr.ffi.Pointer tnpointseq_from_base_tstzspan(jnr.ffi.Pointer np, jnr.ffi.Pointer s, int interp)
    • tnpointseqset_from_base_tstzspanset

      jnr.ffi.Pointer tnpointseqset_from_base_tstzspanset(jnr.ffi.Pointer np, jnr.ffi.Pointer ss, int interp)
    • tgeompoint_to_tnpoint

      jnr.ffi.Pointer tgeompoint_to_tnpoint(jnr.ffi.Pointer temp)
    • tnpoint_to_tgeompoint

      jnr.ffi.Pointer tnpoint_to_tgeompoint(jnr.ffi.Pointer temp)
    • tnpoint_cumulative_length

      jnr.ffi.Pointer tnpoint_cumulative_length(jnr.ffi.Pointer temp)
    • tnpoint_end_value

      jnr.ffi.Pointer tnpoint_end_value(jnr.ffi.Pointer temp)
    • tnpoint_length

      double tnpoint_length(jnr.ffi.Pointer temp)
    • tnpoint_positions

      jnr.ffi.Pointer tnpoint_positions(jnr.ffi.Pointer temp, jnr.ffi.Pointer count)
    • tnpoint_route

      long tnpoint_route(jnr.ffi.Pointer temp)
    • tnpoint_routes

      jnr.ffi.Pointer tnpoint_routes(jnr.ffi.Pointer temp)
    • tnpoint_speed

      jnr.ffi.Pointer tnpoint_speed(jnr.ffi.Pointer temp)
    • tnpoint_start_value

      jnr.ffi.Pointer tnpoint_start_value(jnr.ffi.Pointer temp)
    • tnpoint_trajectory

      jnr.ffi.Pointer tnpoint_trajectory(jnr.ffi.Pointer temp)
    • tnpoint_value_at_timestamptz

      byte tnpoint_value_at_timestamptz(jnr.ffi.Pointer temp, long t, boolean strict, jnr.ffi.Pointer value)
    • tnpoint_value_n

      byte tnpoint_value_n(jnr.ffi.Pointer temp, int n, jnr.ffi.Pointer result)
    • tnpoint_values

      jnr.ffi.Pointer tnpoint_values(jnr.ffi.Pointer temp, jnr.ffi.Pointer count)
    • tnpoint_twcentroid

      jnr.ffi.Pointer tnpoint_twcentroid(jnr.ffi.Pointer temp)
    • tnpoint_at_geom

      jnr.ffi.Pointer tnpoint_at_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • tnpoint_at_npoint

      jnr.ffi.Pointer tnpoint_at_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • tnpoint_at_npointset

      jnr.ffi.Pointer tnpoint_at_npointset(jnr.ffi.Pointer temp, jnr.ffi.Pointer s)
    • tnpoint_at_stbox

      jnr.ffi.Pointer tnpoint_at_stbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box, boolean border_inc)
    • tnpoint_minus_geom

      jnr.ffi.Pointer tnpoint_minus_geom(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • tnpoint_minus_npoint

      jnr.ffi.Pointer tnpoint_minus_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • tnpoint_minus_npointset

      jnr.ffi.Pointer tnpoint_minus_npointset(jnr.ffi.Pointer temp, jnr.ffi.Pointer s)
    • tnpoint_minus_stbox

      jnr.ffi.Pointer tnpoint_minus_stbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box, boolean border_inc)
    • tdistance_tnpoint_npoint

      jnr.ffi.Pointer tdistance_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • tdistance_tnpoint_geo

      jnr.ffi.Pointer tdistance_tnpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • tdistance_tnpoint_tnpoint

      jnr.ffi.Pointer tdistance_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • nad_tnpoint_geo

      double nad_tnpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • nad_tnpoint_npoint

      double nad_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • nad_tnpoint_stbox

      double nad_tnpoint_stbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • nad_tnpoint_tnpoint

      double nad_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • nai_tnpoint_geo

      jnr.ffi.Pointer nai_tnpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • nai_tnpoint_npoint

      jnr.ffi.Pointer nai_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • nai_tnpoint_tnpoint

      jnr.ffi.Pointer nai_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • shortestline_tnpoint_geo

      jnr.ffi.Pointer shortestline_tnpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • shortestline_tnpoint_npoint

      jnr.ffi.Pointer shortestline_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • shortestline_tnpoint_tnpoint

      jnr.ffi.Pointer shortestline_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • tnpoint_tcentroid_transfn

      jnr.ffi.Pointer tnpoint_tcentroid_transfn(jnr.ffi.Pointer state, jnr.ffi.Pointer temp)
    • always_eq_npoint_tnpoint

      int always_eq_npoint_tnpoint(jnr.ffi.Pointer np, jnr.ffi.Pointer temp)
    • always_eq_tnpoint_npoint

      int always_eq_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • always_eq_tnpoint_tnpoint

      int always_eq_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_ne_npoint_tnpoint

      int always_ne_npoint_tnpoint(jnr.ffi.Pointer np, jnr.ffi.Pointer temp)
    • always_ne_tnpoint_npoint

      int always_ne_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • always_ne_tnpoint_tnpoint

      int always_ne_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_eq_npoint_tnpoint

      int ever_eq_npoint_tnpoint(jnr.ffi.Pointer np, jnr.ffi.Pointer temp)
    • ever_eq_tnpoint_npoint

      int ever_eq_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • ever_eq_tnpoint_tnpoint

      int ever_eq_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_ne_npoint_tnpoint

      int ever_ne_npoint_tnpoint(jnr.ffi.Pointer np, jnr.ffi.Pointer temp)
    • ever_ne_tnpoint_npoint

      int ever_ne_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • ever_ne_tnpoint_tnpoint

      int ever_ne_tnpoint_tnpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • teq_tnpoint_npoint

      jnr.ffi.Pointer teq_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • tne_tnpoint_npoint

      jnr.ffi.Pointer tne_tnpoint_npoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer np)
    • pcpoint_hex_in

      jnr.ffi.Pointer pcpoint_hex_in(String str)
    • pcpoint_hex_out

      jnr.ffi.Pointer pcpoint_hex_out(jnr.ffi.Pointer pt, int maxdd)
    • pcpoint_from_hexwkb

      jnr.ffi.Pointer pcpoint_from_hexwkb(String hexwkb)
    • pcpoint_as_hexwkb

      jnr.ffi.Pointer pcpoint_as_hexwkb(jnr.ffi.Pointer pt)
    • pcpoint_make

      jnr.ffi.Pointer pcpoint_make(int pcid, jnr.ffi.Pointer values, int count)
    • pcpoint_copy

      jnr.ffi.Pointer pcpoint_copy(jnr.ffi.Pointer pt)
    • pcpoint_get_pcid

      int pcpoint_get_pcid(jnr.ffi.Pointer pt)
    • pcpoint_hash

      int pcpoint_hash(jnr.ffi.Pointer pt)
    • pcpoint_hash_extended

      long pcpoint_hash_extended(jnr.ffi.Pointer pt, long seed)
    • pcpoint_get_x

      byte pcpoint_get_x(jnr.ffi.Pointer pt, jnr.ffi.Pointer schema, jnr.ffi.Pointer out)
    • pcpoint_get_y

      byte pcpoint_get_y(jnr.ffi.Pointer pt, jnr.ffi.Pointer schema, jnr.ffi.Pointer out)
    • pcpoint_get_z

      byte pcpoint_get_z(jnr.ffi.Pointer pt, jnr.ffi.Pointer schema, jnr.ffi.Pointer out)
    • pcpoint_get_dim

      byte pcpoint_get_dim(jnr.ffi.Pointer pt, jnr.ffi.Pointer schema, String name, jnr.ffi.Pointer out)
    • pcpoint_to_tpcbox

      jnr.ffi.Pointer pcpoint_to_tpcbox(jnr.ffi.Pointer pt, jnr.ffi.Pointer schema)
    • meos_pc_schema

      jnr.ffi.Pointer meos_pc_schema(int pcid)
    • meos_pc_schema_register

      void meos_pc_schema_register(int pcid, jnr.ffi.Pointer schema)
    • meos_pc_schema_from_dims

      jnr.ffi.Pointer meos_pc_schema_from_dims(int pcid, int srid, String compression, jnr.ffi.Pointer dims, int ndims)
    • meos_pc_schema_register_dims

      byte meos_pc_schema_register_dims(int pcid, int srid, String compression, jnr.ffi.Pointer dims, int ndims)
    • meos_pc_schema_register_xml

      void meos_pc_schema_register_xml(int pcid, jnr.ffi.Pointer schema, String xml_text)
    • meos_pc_schema_xml

      String meos_pc_schema_xml(int pcid)
    • meos_pc_schema_clear

      void meos_pc_schema_clear()
    • meos_pc_schema_srid

      int meos_pc_schema_srid(int pcid)
    • meos_pc_schema_compression

      String meos_pc_schema_compression(int pcid)
    • meos_pc_schema_ndims

      int meos_pc_schema_ndims(int pcid)
    • meos_set_pointcloud_schemas_xml

      void meos_set_pointcloud_schemas_xml(String path)
    • pcpoint_cmp

      int pcpoint_cmp(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpoint_eq

      byte pcpoint_eq(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpoint_ne

      byte pcpoint_ne(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpoint_lt

      byte pcpoint_lt(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpoint_le

      byte pcpoint_le(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpoint_gt

      byte pcpoint_gt(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpoint_ge

      byte pcpoint_ge(jnr.ffi.Pointer pt1, jnr.ffi.Pointer pt2)
    • pcpatch_hex_in

      jnr.ffi.Pointer pcpatch_hex_in(String str)
    • pcpatch_hex_out

      jnr.ffi.Pointer pcpatch_hex_out(jnr.ffi.Pointer pa, int maxdd)
    • pcpatch_from_hexwkb

      jnr.ffi.Pointer pcpatch_from_hexwkb(String hexwkb)
    • pcpatch_as_hexwkb

      jnr.ffi.Pointer pcpatch_as_hexwkb(jnr.ffi.Pointer pa)
    • pcpatch_make

      jnr.ffi.Pointer pcpatch_make(jnr.ffi.Pointer points, int count)
    • pcpatch_make_coords

      jnr.ffi.Pointer pcpatch_make_coords(int pcid, jnr.ffi.Pointer values, int count)
    • pcpatch_copy

      jnr.ffi.Pointer pcpatch_copy(jnr.ffi.Pointer pa)
    • pcpatch_get_pcid

      int pcpatch_get_pcid(jnr.ffi.Pointer pa)
    • pcpatch_npoints

      int pcpatch_npoints(jnr.ffi.Pointer pa)
    • pcpatch_hash

      int pcpatch_hash(jnr.ffi.Pointer pa)
    • pcpatch_hash_extended

      long pcpatch_hash_extended(jnr.ffi.Pointer pa, long seed)
    • pcpatch_to_geom

      jnr.ffi.Pointer pcpatch_to_geom(jnr.ffi.Pointer pa)
    • pcpatch_cmp

      int pcpatch_cmp(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpatch_eq

      byte pcpatch_eq(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpatch_ne

      byte pcpatch_ne(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpatch_lt

      byte pcpatch_lt(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpatch_le

      byte pcpatch_le(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpatch_gt

      byte pcpatch_gt(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpatch_ge

      byte pcpatch_ge(jnr.ffi.Pointer pa1, jnr.ffi.Pointer pa2)
    • pcpointset_in

      jnr.ffi.Pointer pcpointset_in(String str)
    • pcpointset_out

      jnr.ffi.Pointer pcpointset_out(jnr.ffi.Pointer s, int maxdd)
    • pcpointset_make

      jnr.ffi.Pointer pcpointset_make(jnr.ffi.Pointer values, int count)
    • pcpoint_to_set

      jnr.ffi.Pointer pcpoint_to_set(jnr.ffi.Pointer pt)
    • pcpointset_start_value

      jnr.ffi.Pointer pcpointset_start_value(jnr.ffi.Pointer s)
    • pcpointset_end_value

      jnr.ffi.Pointer pcpointset_end_value(jnr.ffi.Pointer s)
    • pcpointset_value_n

      byte pcpointset_value_n(jnr.ffi.Pointer s, int n, jnr.ffi.Pointer result)
    • pcpointset_values

      jnr.ffi.Pointer pcpointset_values(jnr.ffi.Pointer s, jnr.ffi.Pointer count)
    • contains_set_pcpoint

      byte contains_set_pcpoint(jnr.ffi.Pointer s, jnr.ffi.Pointer pt)
    • contained_pcpoint_set

      byte contained_pcpoint_set(jnr.ffi.Pointer pt, jnr.ffi.Pointer s)
    • intersection_pcpoint_set

      jnr.ffi.Pointer intersection_pcpoint_set(jnr.ffi.Pointer pt, jnr.ffi.Pointer s)
    • intersection_set_pcpoint

      jnr.ffi.Pointer intersection_set_pcpoint(jnr.ffi.Pointer s, jnr.ffi.Pointer pt)
    • minus_pcpoint_set

      jnr.ffi.Pointer minus_pcpoint_set(jnr.ffi.Pointer pt, jnr.ffi.Pointer s)
    • minus_set_pcpoint

      jnr.ffi.Pointer minus_set_pcpoint(jnr.ffi.Pointer s, jnr.ffi.Pointer pt)
    • union_pcpoint_set

      jnr.ffi.Pointer union_pcpoint_set(jnr.ffi.Pointer pt, jnr.ffi.Pointer s)
    • union_set_pcpoint

      jnr.ffi.Pointer union_set_pcpoint(jnr.ffi.Pointer s, jnr.ffi.Pointer pt)
    • pcpoint_union_transfn

      jnr.ffi.Pointer pcpoint_union_transfn(jnr.ffi.Pointer state, jnr.ffi.Pointer pt)
    • pcpatchset_in

      jnr.ffi.Pointer pcpatchset_in(String str)
    • pcpatchset_out

      jnr.ffi.Pointer pcpatchset_out(jnr.ffi.Pointer s, int maxdd)
    • pcpatchset_make

      jnr.ffi.Pointer pcpatchset_make(jnr.ffi.Pointer values, int count)
    • pcpatch_to_set

      jnr.ffi.Pointer pcpatch_to_set(jnr.ffi.Pointer pa)
    • pcpatchset_start_value

      jnr.ffi.Pointer pcpatchset_start_value(jnr.ffi.Pointer s)
    • pcpatchset_end_value

      jnr.ffi.Pointer pcpatchset_end_value(jnr.ffi.Pointer s)
    • pcpatchset_value_n

      byte pcpatchset_value_n(jnr.ffi.Pointer s, int n, jnr.ffi.Pointer result)
    • pcpatchset_values

      jnr.ffi.Pointer pcpatchset_values(jnr.ffi.Pointer s, jnr.ffi.Pointer count)
    • contains_set_pcpatch

      byte contains_set_pcpatch(jnr.ffi.Pointer s, jnr.ffi.Pointer pa)
    • contained_pcpatch_set

      byte contained_pcpatch_set(jnr.ffi.Pointer pa, jnr.ffi.Pointer s)
    • intersection_pcpatch_set

      jnr.ffi.Pointer intersection_pcpatch_set(jnr.ffi.Pointer pa, jnr.ffi.Pointer s)
    • intersection_set_pcpatch

      jnr.ffi.Pointer intersection_set_pcpatch(jnr.ffi.Pointer s, jnr.ffi.Pointer pa)
    • minus_pcpatch_set

      jnr.ffi.Pointer minus_pcpatch_set(jnr.ffi.Pointer pa, jnr.ffi.Pointer s)
    • minus_set_pcpatch

      jnr.ffi.Pointer minus_set_pcpatch(jnr.ffi.Pointer s, jnr.ffi.Pointer pa)
    • union_pcpatch_set

      jnr.ffi.Pointer union_pcpatch_set(jnr.ffi.Pointer pa, jnr.ffi.Pointer s)
    • union_set_pcpatch

      jnr.ffi.Pointer union_set_pcpatch(jnr.ffi.Pointer s, jnr.ffi.Pointer pa)
    • pcpatch_union_transfn

      jnr.ffi.Pointer pcpatch_union_transfn(jnr.ffi.Pointer state, jnr.ffi.Pointer pa)
    • tpcbox_in

      jnr.ffi.Pointer tpcbox_in(String str)
    • tpcbox_out

      jnr.ffi.Pointer tpcbox_out(jnr.ffi.Pointer box, int maxdd)
    • tpcbox_make

      jnr.ffi.Pointer tpcbox_make(boolean hasx, boolean hasz, boolean hast, boolean geodetic, int srid, int pcid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, jnr.ffi.Pointer period)
    • tpcbox_copy

      jnr.ffi.Pointer tpcbox_copy(jnr.ffi.Pointer box)
    • pcpatch_to_tpcbox

      jnr.ffi.Pointer pcpatch_to_tpcbox(jnr.ffi.Pointer pa, int srid)
    • tpcbox_hasx

      byte tpcbox_hasx(jnr.ffi.Pointer box)
    • tpcbox_hasz

      byte tpcbox_hasz(jnr.ffi.Pointer box)
    • tpcbox_hast

      byte tpcbox_hast(jnr.ffi.Pointer box)
    • tpcbox_geodetic

      byte tpcbox_geodetic(jnr.ffi.Pointer box)
    • tpcbox_xmin

      byte tpcbox_xmin(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_xmax

      byte tpcbox_xmax(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_ymin

      byte tpcbox_ymin(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_ymax

      byte tpcbox_ymax(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_zmin

      byte tpcbox_zmin(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_zmax

      byte tpcbox_zmax(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_tmin

      byte tpcbox_tmin(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_tmin_inc

      byte tpcbox_tmin_inc(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_tmax

      byte tpcbox_tmax(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_tmax_inc

      byte tpcbox_tmax_inc(jnr.ffi.Pointer box, jnr.ffi.Pointer result)
    • tpcbox_srid

      int tpcbox_srid(jnr.ffi.Pointer box)
    • tpcbox_pcid

      int tpcbox_pcid(jnr.ffi.Pointer box)
    • tpcbox_to_stbox

      jnr.ffi.Pointer tpcbox_to_stbox(jnr.ffi.Pointer box)
    • tpcbox_round

      jnr.ffi.Pointer tpcbox_round(jnr.ffi.Pointer box, int maxdd)
    • tpcbox_set_srid

      jnr.ffi.Pointer tpcbox_set_srid(jnr.ffi.Pointer box, int srid)
    • union_tpcbox_tpcbox

      jnr.ffi.Pointer union_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2, boolean strict)
    • inter_tpcbox_tpcbox

      byte inter_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2, jnr.ffi.Pointer result)
    • intersection_tpcbox_tpcbox

      jnr.ffi.Pointer intersection_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • contains_tpcbox_tpcbox

      byte contains_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • contained_tpcbox_tpcbox

      byte contained_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overlaps_tpcbox_tpcbox

      byte overlaps_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • same_tpcbox_tpcbox

      byte same_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • adjacent_tpcbox_tpcbox

      byte adjacent_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_cmp

      int tpcbox_cmp(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_eq

      byte tpcbox_eq(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_ne

      byte tpcbox_ne(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_lt

      byte tpcbox_lt(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_le

      byte tpcbox_le(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_gt

      byte tpcbox_gt(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpcbox_ge

      byte tpcbox_ge(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • left_tpcbox_tpcbox

      byte left_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overleft_tpcbox_tpcbox

      byte overleft_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • right_tpcbox_tpcbox

      byte right_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overright_tpcbox_tpcbox

      byte overright_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • below_tpcbox_tpcbox

      byte below_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overbelow_tpcbox_tpcbox

      byte overbelow_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • above_tpcbox_tpcbox

      byte above_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overabove_tpcbox_tpcbox

      byte overabove_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • front_tpcbox_tpcbox

      byte front_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overfront_tpcbox_tpcbox

      byte overfront_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • back_tpcbox_tpcbox

      byte back_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overback_tpcbox_tpcbox

      byte overback_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • before_tpcbox_tpcbox

      byte before_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overbefore_tpcbox_tpcbox

      byte overbefore_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • after_tpcbox_tpcbox

      byte after_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • overafter_tpcbox_tpcbox

      byte overafter_tpcbox_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • ensure_same_pcid_tpcbox

      byte ensure_same_pcid_tpcbox(jnr.ffi.Pointer box1, jnr.ffi.Pointer box2)
    • tpointcloud_to_tgeompoint

      jnr.ffi.Pointer tpointcloud_to_tgeompoint(jnr.ffi.Pointer temp)
    • tpcpatch_to_tgeometry

      jnr.ffi.Pointer tpcpatch_to_tgeometry(jnr.ffi.Pointer temp)
    • tpcpointinst_make

      jnr.ffi.Pointer tpcpointinst_make(jnr.ffi.Pointer pt, long t)
    • tpcpointseq_from_base_tstzset

      jnr.ffi.Pointer tpcpointseq_from_base_tstzset(jnr.ffi.Pointer pt, jnr.ffi.Pointer s)
    • tpcpointseq_from_base_tstzspan

      jnr.ffi.Pointer tpcpointseq_from_base_tstzspan(jnr.ffi.Pointer pt, jnr.ffi.Pointer sp)
    • tpcpointseqset_from_base_tstzspanset

      jnr.ffi.Pointer tpcpointseqset_from_base_tstzspanset(jnr.ffi.Pointer pt, jnr.ffi.Pointer ss)
    • tpcpoint_from_base_temp

      jnr.ffi.Pointer tpcpoint_from_base_temp(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • tpcpoint_start_value

      jnr.ffi.Pointer tpcpoint_start_value(jnr.ffi.Pointer temp)
    • tpcpoint_end_value

      jnr.ffi.Pointer tpcpoint_end_value(jnr.ffi.Pointer temp)
    • tpcpoint_value_n

      byte tpcpoint_value_n(jnr.ffi.Pointer temp, int n, jnr.ffi.Pointer result)
    • tpcpoint_values

      jnr.ffi.Pointer tpcpoint_values(jnr.ffi.Pointer temp, jnr.ffi.Pointer count)
    • tpcpoint_value_at_timestamptz

      byte tpcpoint_value_at_timestamptz(jnr.ffi.Pointer temp, long t, boolean strict, jnr.ffi.Pointer value)
    • tpcpoint_at_value

      jnr.ffi.Pointer tpcpoint_at_value(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • tpcpoint_minus_value

      jnr.ffi.Pointer tpcpoint_minus_value(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • tpcpatchinst_make

      jnr.ffi.Pointer tpcpatchinst_make(jnr.ffi.Pointer pa, long t)
    • tpcpatchseq_from_base_tstzset

      jnr.ffi.Pointer tpcpatchseq_from_base_tstzset(jnr.ffi.Pointer pa, jnr.ffi.Pointer s)
    • tpcpatchseq_from_base_tstzspan

      jnr.ffi.Pointer tpcpatchseq_from_base_tstzspan(jnr.ffi.Pointer pa, jnr.ffi.Pointer sp)
    • tpcpatchseqset_from_base_tstzspanset

      jnr.ffi.Pointer tpcpatchseqset_from_base_tstzspanset(jnr.ffi.Pointer pa, jnr.ffi.Pointer ss)
    • tpcpatch_from_base_temp

      jnr.ffi.Pointer tpcpatch_from_base_temp(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • tpcpatch_start_value

      jnr.ffi.Pointer tpcpatch_start_value(jnr.ffi.Pointer temp)
    • tpcpatch_end_value

      jnr.ffi.Pointer tpcpatch_end_value(jnr.ffi.Pointer temp)
    • tpcpatch_value_n

      byte tpcpatch_value_n(jnr.ffi.Pointer temp, int n, jnr.ffi.Pointer result)
    • tpcpatch_values

      jnr.ffi.Pointer tpcpatch_values(jnr.ffi.Pointer temp, jnr.ffi.Pointer count)
    • tpcpatch_value_at_timestamptz

      byte tpcpatch_value_at_timestamptz(jnr.ffi.Pointer temp, long t, boolean strict, jnr.ffi.Pointer value)
    • tpcpatch_at_value

      jnr.ffi.Pointer tpcpatch_at_value(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • tpcpatch_minus_value

      jnr.ffi.Pointer tpcpatch_minus_value(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • ever_eq_pcpoint_tpcpoint

      int ever_eq_pcpoint_tpcpoint(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • ever_eq_tpcpoint_pcpoint

      int ever_eq_tpcpoint_pcpoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • ever_eq_tpcpoint_tpcpoint

      int ever_eq_tpcpoint_tpcpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_ne_pcpoint_tpcpoint

      int ever_ne_pcpoint_tpcpoint(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • ever_ne_tpcpoint_pcpoint

      int ever_ne_tpcpoint_pcpoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • ever_ne_tpcpoint_tpcpoint

      int ever_ne_tpcpoint_tpcpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_eq_pcpoint_tpcpoint

      int always_eq_pcpoint_tpcpoint(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • always_eq_tpcpoint_pcpoint

      int always_eq_tpcpoint_pcpoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • always_eq_tpcpoint_tpcpoint

      int always_eq_tpcpoint_tpcpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_ne_pcpoint_tpcpoint

      int always_ne_pcpoint_tpcpoint(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • always_ne_tpcpoint_pcpoint

      int always_ne_tpcpoint_pcpoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • always_ne_tpcpoint_tpcpoint

      int always_ne_tpcpoint_tpcpoint(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_eq_pcpatch_tpcpatch

      int ever_eq_pcpatch_tpcpatch(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • ever_eq_tpcpatch_pcpatch

      int ever_eq_tpcpatch_pcpatch(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • ever_eq_tpcpatch_tpcpatch

      int ever_eq_tpcpatch_tpcpatch(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • ever_ne_pcpatch_tpcpatch

      int ever_ne_pcpatch_tpcpatch(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • ever_ne_tpcpatch_pcpatch

      int ever_ne_tpcpatch_pcpatch(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • ever_ne_tpcpatch_tpcpatch

      int ever_ne_tpcpatch_tpcpatch(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_eq_pcpatch_tpcpatch

      int always_eq_pcpatch_tpcpatch(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • always_eq_tpcpatch_pcpatch

      int always_eq_tpcpatch_pcpatch(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • always_eq_tpcpatch_tpcpatch

      int always_eq_tpcpatch_tpcpatch(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • always_ne_pcpatch_tpcpatch

      int always_ne_pcpatch_tpcpatch(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • always_ne_tpcpatch_pcpatch

      int always_ne_tpcpatch_pcpatch(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • always_ne_tpcpatch_tpcpatch

      int always_ne_tpcpatch_tpcpatch(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • teq_pcpoint_tpcpoint

      jnr.ffi.Pointer teq_pcpoint_tpcpoint(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • teq_tpcpoint_pcpoint

      jnr.ffi.Pointer teq_tpcpoint_pcpoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • tne_pcpoint_tpcpoint

      jnr.ffi.Pointer tne_pcpoint_tpcpoint(jnr.ffi.Pointer pt, jnr.ffi.Pointer temp)
    • tne_tpcpoint_pcpoint

      jnr.ffi.Pointer tne_tpcpoint_pcpoint(jnr.ffi.Pointer temp, jnr.ffi.Pointer pt)
    • teq_pcpatch_tpcpatch

      jnr.ffi.Pointer teq_pcpatch_tpcpatch(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • teq_tpcpatch_pcpatch

      jnr.ffi.Pointer teq_tpcpatch_pcpatch(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • tne_pcpatch_tpcpatch

      jnr.ffi.Pointer tne_pcpatch_tpcpatch(jnr.ffi.Pointer pa, jnr.ffi.Pointer temp)
    • tne_tpcpatch_pcpatch

      jnr.ffi.Pointer tne_tpcpatch_pcpatch(jnr.ffi.Pointer temp, jnr.ffi.Pointer pa)
    • adjacent_tpcbox_tpointcloud

      byte adjacent_tpcbox_tpointcloud(jnr.ffi.Pointer box, jnr.ffi.Pointer temp)
    • adjacent_tpointcloud_tpcbox

      byte adjacent_tpointcloud_tpcbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • adjacent_tpointcloud_tpointcloud

      byte adjacent_tpointcloud_tpointcloud(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • contained_tpcbox_tpointcloud

      byte contained_tpcbox_tpointcloud(jnr.ffi.Pointer box, jnr.ffi.Pointer temp)
    • contained_tpointcloud_tpcbox

      byte contained_tpointcloud_tpcbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • contained_tpointcloud_tpointcloud

      byte contained_tpointcloud_tpointcloud(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • contains_tpcbox_tpointcloud

      byte contains_tpcbox_tpointcloud(jnr.ffi.Pointer box, jnr.ffi.Pointer temp)
    • contains_tpointcloud_tpcbox

      byte contains_tpointcloud_tpcbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • contains_tpointcloud_tpointcloud

      byte contains_tpointcloud_tpointcloud(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • overlaps_tpcbox_tpointcloud

      byte overlaps_tpcbox_tpointcloud(jnr.ffi.Pointer box, jnr.ffi.Pointer temp)
    • overlaps_tpointcloud_tpcbox

      byte overlaps_tpointcloud_tpcbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • overlaps_tpointcloud_tpointcloud

      byte overlaps_tpointcloud_tpointcloud(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • same_tpcbox_tpointcloud

      byte same_tpcbox_tpointcloud(jnr.ffi.Pointer box, jnr.ffi.Pointer temp)
    • same_tpointcloud_tpcbox

      byte same_tpointcloud_tpcbox(jnr.ffi.Pointer temp, jnr.ffi.Pointer box)
    • same_tpointcloud_tpointcloud

      byte same_tpointcloud_tpointcloud(jnr.ffi.Pointer temp1, jnr.ffi.Pointer temp2)
    • eintersects_tpcpoint_geo

      byte eintersects_tpcpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • nad_tpcpoint_geo

      double nad_tpcpoint_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer gs)
    • pose_as_ewkt

      jnr.ffi.Pointer pose_as_ewkt(jnr.ffi.Pointer pose, int maxdd)
    • pose_as_hexwkb

      jnr.ffi.Pointer pose_as_hexwkb(jnr.ffi.Pointer pose, byte variant, jnr.ffi.Pointer size_out)
    • pose_as_text

      jnr.ffi.Pointer pose_as_text(jnr.ffi.Pointer pose, int maxdd)
    • pose_as_wkb

      jnr.ffi.Pointer pose_as_wkb(jnr.ffi.Pointer pose, byte variant, jnr.ffi.Pointer size_out)
    • pose_from_wkb

      jnr.ffi.Pointer pose_from_wkb(jnr.ffi.Pointer wkb, long size)
    • pose_from_hexwkb

      jnr.ffi.Pointer pose_from_hexwkb(String hexwkb)
    • pose_in

      jnr.ffi.Pointer pose_in(String str)
    • pose_out

      jnr.ffi.Pointer pose_out(jnr.ffi.Pointer pose, int maxdd)
    • pose_from_geopose

      jnr.ffi.Pointer pose_from_geopose(String json)
    • pose_as_geopose

      jnr.ffi.Pointer pose_as_geopose(jnr.ffi.Pointer pose, int conformance, int precision)
    • tpose_from_geopose

      jnr.ffi.Pointer tpose_from_geopose(String json)
    • tpose_as_geopose

      jnr.ffi.Pointer tpose_as_geopose(jnr.ffi.Pointer temp, int conformance, int precision)
    • tpose_as_geopose_stream_header

      jnr.ffi.Pointer tpose_as_geopose_stream_header(jnr.ffi.Pointer temp, int precision)
    • tpose_as_geopose_stream_element

      jnr.ffi.Pointer tpose_as_geopose_stream_element(jnr.ffi.Pointer temp, jnr.ffi.Pointer inst, int precision)
    • tpose_as_geopose_stream

      jnr.ffi.Pointer tpose_as_geopose_stream(jnr.ffi.Pointer temp, int precision)
    • geopose_frames

      jnr.ffi.Pointer geopose_frames(jnr.ffi.Pointer count)
    • geopose_frame

      jnr.ffi.Pointer geopose_frame(int frame_id)
    • pose_apply_geo

      jnr.ffi.Pointer pose_apply_geo(jnr.ffi.Pointer pose, jnr.ffi.Pointer body)
    • tpose_apply_geo

      jnr.ffi.Pointer tpose_apply_geo(jnr.ffi.Pointer temp, jnr.ffi.Pointer body)
    • tpose_compose_pose

      jnr.ffi.Pointer tpose_compose_pose(jnr.ffi.Pointer body, jnr.ffi.Pointer frame)
    • pose_compose_tpose

      jnr.ffi.Pointer pose_compose_tpose(jnr.ffi.Pointer body, jnr.ffi.Pointer frame)
    • tpose_compose_tpose

      jnr.ffi.Pointer tpose_compose_tpose(jnr.ffi.Pointer body, jnr.ffi.Pointer frame)
    • tpose_inverse

      jnr.ffi.Pointer tpose_inverse(jnr.ffi.Pointer temp)
    • pose_copy

      jnr.ffi.Pointer pose_copy(jnr.ffi.Pointer pose)